Commit graph

7 commits

Author SHA1 Message Date
wiz
1e9caac440 *: update email for fhajny 2018-12-15 21:12:18 +00:00
minskim
bc1e7deaab math/py-scikit-learn: Update to 0.20.0
Highlights:

Missing values in features, represented by NaNs, are now accepted in
column-wise preprocessing such as scalers. Each feature is fitted
disregarding NaNs, and data containing NaNs can be transformed. The
new impute module provides estimators for learning despite missing
data.

ColumnTransformer handles the case where different features or columns
of a pandas.DataFrame need different preprocessing. String or pandas
Categorical columns can now be encoded with OneHotEncoder or
OrdinalEncoder.

TransformedTargetRegressor helps when the regression target needs to
be transformed to be modeled. PowerTransformer and KBinsDiscretizer
join QuantileTransformer as non-linear transformations.

Added sample_weight support to several estimators (including KMeans,
BayesianRidge and KernelDensity) and improved stopping criteria in
others (including MLPRegressor, GradientBoostingRegressor and
SGDRegressor).

This release is also the first to be accompanied by a Glossary of
Common Terms and API Elements.
2018-10-02 16:53:46 +00:00
minskim
2e352bce3f math/py-scikit-learn: Update to 0.19.2
This release is exclusively in order to support Python 3.7.
2018-08-06 16:18:12 +00:00
minskim
0e4523169d Remove dependencies unused if the Accelerate framework exists
Bump PKGREVISION.
2018-03-08 19:39:17 +00:00
minskim
60dea9f922 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
2017-11-21 18:45:28 +00:00
minskim
84fa21e580 math/py-scikit-learn: Update to 0.18.2
Changes:
- Fixes for compatibility with NumPy 1.13.0
- Minor compatibility changes in the examples
2017-11-14 22:56:37 +00:00
minskim
6725307610 Import py-scikit-learn-0.18.1 from pkgsrc as math/py-scikit-learn
Packaged by Filip Hajny and updated by Kamel Derouiche and me.

scikit-learn is a Python module integrating classic machine learning
algorithms in the tightly-knit scientific Python world (numpy, scipy,
matplotlib). It aims to provide simple and efficient solutions to
learning problems, accessible to everybody and reusable in various
contexts: machine-learning as a versatile tool for science and
engineering.
2017-07-05 21:31:28 +00:00