純粋な Python だけでマハラノビス距離を計算するチュートリアルです。numpy 等を使わずに平均ベクトル、共分散行列、逆行列、距離の算出までを手作業で追えるようにしています。m_distance.py ...
Abstract: Fault diagnosis techniques based on data-driven algorithms go mainstream gradually in industrial processes. Unfortunately, traditional data-driven algorithms cannot deal with massive ...
Later on, I tried speeding up the computation by adding a few cores to n_jobs and had to realise that no outliers were detected anymore. After some debugging, I found that: outlier detection seems not ...