Tagged articles
2 articles
Page 1 of 1
Data Party THU
Data Party THU
Oct 16, 2025 · Fundamentals

Mastering Anomaly vs Novelty Detection with Distribution Fitting in Python

This article explains the fundamental differences between anomaly and novelty detection, outlines how to model univariate outliers using probability distribution fitting with the distfit library, and demonstrates the workflow on synthetic height data and real natural‑gas price data, including model selection, visualization, and prediction.

PythonStatistical Modelinganomaly detection
0 likes · 17 min read
Mastering Anomaly vs Novelty Detection with Distribution Fitting in Python
Python Programming Learning Circle
Python Programming Learning Circle
Jun 13, 2025 · Fundamentals

Analyzing 2013 Toulouse Airport Weather Data with Python, pandas, and SciPy

This tutorial demonstrates how to import, clean, and explore 2013 weather observations from Toulouse Airport using Python libraries such as pandas and SciPy, perform consistency checks, visualize temperature trends, assess variable correlations, and fit probability distributions—including normal, log‑normal, and Weibull—to the data.

PythonWeather Datadistribution fitting
0 likes · 7 min read
Analyzing 2013 Toulouse Airport Weather Data with Python, pandas, and SciPy