Metadata-Version: 2.1
Name: fink_anomaly_detection_model
Version: 0.3.11
Summary: Fink anomaly detection model
Author-email: timofei.psheno@gmail.com
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# Fink anomaly detection model
The module is designed to train a model to detect anomalies in photometric data (currently using the IsolationForest model).

**positional arguments:**

  * _dataset_dir_      : Input dir for dataset

**optional arguments:**

  * _-h_, --help       : show this help message and exit
  
  * _--n_jobs N_JOBS_  : Number of threads (default: -1)
