Path to this page:
Subject: CVS commit: pkgsrc/math/py-scikit-learn
From: Min Sik Kim
Date: 2017-11-21 19:45:29
Message id: 20171121184529.2F62CFB40@cvs.NetBSD.org
Log Message:
math/py-scikit-learn: Update to 0.19.1
Notable new features since 0.18.2:
- `neighbors.LocalOutlierFactor` for anomaly detection
- `preprocessing.QuantileTransformer` for robust feature transformation
- `multioutput.ClassifierChain` meta-estimator to simply account
for dependencies between classes in multilabel problem
- multiplicative update in `decomposition.NMF`
- multinomial `linear_model.LogisticRegression` with L1 loss
Files: