vecstack
Advanced tools
+2
-2
| Metadata-Version: 2.4 | ||
| Name: vecstack | ||
| Version: 0.5.0 | ||
| Version: 0.5.1 | ||
| Summary: Python package for stacking (machine learning technique) | ||
@@ -31,3 +31,3 @@ Home-page: https://github.com/vecxoz/vecstack | ||
| Requires-Dist: scipy | ||
| Requires-Dist: scikit-learn>=0.18 | ||
| Requires-Dist: scikit-learn>=1.6.0 | ||
| Provides-Extra: test | ||
@@ -34,0 +34,0 @@ Requires-Dist: pytest; extra == "test" |
+1
-1
@@ -28,3 +28,3 @@ [](https://pypi.python.org/pypi/vecstack) | ||
| * [MIT license](https://github.com/vecxoz/vecstack/blob/master/LICENSE.txt) | ||
| * Depends on **numpy**, **scipy**, **scikit-learn>=0.18** | ||
| * Depends on **numpy**, **scipy**, **scikit-learn>=1.6.0** | ||
@@ -31,0 +31,0 @@ # Get started |
+2
-2
@@ -12,3 +12,3 @@ #! /usr/bin/env python | ||
| setup(name='vecstack', | ||
| version='0.5.0', | ||
| version='0.5.1', | ||
| description='Python package for stacking (machine learning technique)', | ||
@@ -45,3 +45,3 @@ long_description=long_desc, | ||
| 'scipy', | ||
| 'scikit-learn>=0.18' | ||
| 'scikit-learn>=1.6.0' | ||
| ], | ||
@@ -48,0 +48,0 @@ extras_require={ |
| Metadata-Version: 2.4 | ||
| Name: vecstack | ||
| Version: 0.5.0 | ||
| Version: 0.5.1 | ||
| Summary: Python package for stacking (machine learning technique) | ||
@@ -31,3 +31,3 @@ Home-page: https://github.com/vecxoz/vecstack | ||
| Requires-Dist: scipy | ||
| Requires-Dist: scikit-learn>=0.18 | ||
| Requires-Dist: scikit-learn>=1.6.0 | ||
| Provides-Extra: test | ||
@@ -34,0 +34,0 @@ Requires-Dist: pytest; extra == "test" |
| numpy | ||
| scipy | ||
| scikit-learn>=0.18 | ||
| scikit-learn>=1.6.0 | ||
@@ -5,0 +5,0 @@ [test] |
@@ -41,3 +41,3 @@ """Python package for stacking (machine learning technique) | ||
| __license__ = 'MIT' | ||
| __version__ = '0.5.0' | ||
| __version__ = '0.5.1' | ||
@@ -44,0 +44,0 @@ __all__ = ['stacking', 'StackingTransformer'] |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
432716
0