converge-analytics 3.7.6

Analytics and ML pipeline for Converge agents
Documentation
pub mod anomaly_detection;
pub mod classification;
pub mod descriptive_stats;
pub mod forecasting;
pub mod ranking;
pub mod regression;
pub mod segmentation;
pub mod similarity;
pub mod trend_detection;

pub use anomaly_detection::AnomalyDetectionPack;
pub use classification::ClassificationPack;
pub use descriptive_stats::DescriptiveStatsPack;
pub use forecasting::ForecastingPack;
pub use ranking::RankingPack;
pub use regression::RegressionPack;
pub use segmentation::SegmentationPack;
pub use similarity::SimilarityPack;
pub use trend_detection::TrendDetectionPack;