Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fink-anomaly-detection-model

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fink-anomaly-detection-model

Fink SNAD Anomaly Detection Model

  • 0.4.41
  • PyPI
  • Socket score

Maintainers
2

Fink anomaly detection model

Здесь пока куча косяков, в обозримом будущем постараюсь их поправить

A set of modules for training models for finding anomalies in photometric data. There are currently two entry points via the console: fink_ad_model_train and get_anomaly_reactions.

fink_ad_model_train

The module trains the AADForest model using expert reactions from the C055ZJJ6N2AE channels in Slack and -1001898265997 in Telegram. It creates the following files:

  • _g_means.csv and _r_means.csv -- averages over the training dataset;
  • _reactions_g.csv and _reactions_r.csv -- training datasets for additional training of the AADForest algorithm, based on expert reactions from Slack and Telegram channels;
  • forest_g_AAD.onnx -- model for _g filter
  • forest_r_AAD.onnx -- model for _r filter

optional arguments:

--dataset_dir DATASET_DIR Input dir for dataset (default: './lc_features_20210617_photometry_corrected.parquet')

--n_jobs N_JOBS
Number of threads (default: -1)

usage: fink_ad_model_train [-h] [--dataset_dir DATASET_DIR] [--n_jobs N_JOBS]

get_anomaly_reactions

Uploading anomaly reactions from messengers. It creates the following files:

  • _reactions_g.csv and _reactions_r.csv -- training datasets for additional training of the AADForest algorithm, based on expert reactions from Slack and Telegram channels;

optional arguments:

--slack_channel SLACK_CHANNEL Slack Channel ID (default: 'C055ZJJ6N2AE')

--tg_channel TG_CHANNEL Telegram Channel ID (default: -1001898265997)

usage: get_anomaly_reactions [-h] [--slack_channel SLACK_CHANNEL] [--tg_channel TG_CHANNEL]

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc