@@ -18,10 +18,10 @@ Convenient way to automate OOF computation, prediction and bagging using any num
1818 * And of course ` FeatureUnion ` is also invited to the party
1919* Overall specs:
2020 * Use any sklearn-like estimators
21- * Perform [ classification and regression] ( https://github.com/vecxoz/vecstack/blob/master/vecstack/coresk.py#L85 ) tasks
22- * Predict [ class labels or probabilities] ( https://github.com/vecxoz/vecstack/blob/master/vecstack/coresk.py#L121 ) in classification task
23- * Apply any [ user-defined metric] ( https://github.com/vecxoz/vecstack/blob/master/vecstack/coresk.py#L126 )
24- * Apply any [ user-defined transformations] ( https://github.com/vecxoz/vecstack/blob/master/vecstack/coresk.py#L89 ) for target and prediction
21+ * Perform [ classification and regression] ( https://github.com/vecxoz/vecstack/blob/master/vecstack/coresk.py#L87 ) tasks
22+ * Predict [ class labels or probabilities] ( https://github.com/vecxoz/vecstack/blob/master/vecstack/coresk.py#L123 ) in classification task
23+ * Apply any [ user-defined metric] ( https://github.com/vecxoz/vecstack/blob/master/vecstack/coresk.py#L128 )
24+ * Apply any [ user-defined transformations] ( https://github.com/vecxoz/vecstack/blob/master/vecstack/coresk.py#L91 ) for target and prediction
2525 * Python 3.9+, [ unofficial support for Python 2.7 and 3.4] ( https://github.com/vecxoz/vecstack/blob/master/PY2.md )
2626 * Win, Linux, Mac
2727 * [ MIT license] ( https://github.com/vecxoz/vecstack/blob/master/LICENSE.txt )
@@ -44,7 +44,7 @@ Convenient way to automate OOF computation, prediction and bagging using any num
4444 * [ Regression + Multilevel stacking using Pipeline] ( https://github.com/vecxoz/vecstack/blob/master/examples/04_sklearn_api_regression_pipeline.ipynb )
4545* Documentation:
4646 * [ Functional API] ( https://github.com/vecxoz/vecstack/blob/master/vecstack/core.py#L133 ) or type ``` >>> help(stacking) ```
47- * [ Scikit-learn API] ( https://github.com/vecxoz/vecstack/blob/master/vecstack/coresk.py#L66 ) or type ``` >>> help(StackingTransformer) ```
47+ * [ Scikit-learn API] ( https://github.com/vecxoz/vecstack/blob/master/vecstack/coresk.py#L68 ) or type ``` >>> help(StackingTransformer) ```
4848
4949# Installation
5050
0 commit comments