| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search | 
| Name: python313-sklearn-pandas | Distribution: openSUSE:Factory:zSystems | 
| Version: 2.2.0 | Vendor: openSUSE | 
| Release: 4.1 | Build date: Thu Jul 31 08:59:04 2025 | 
| Group: Unspecified | Build host: reproducible | 
| Size: 90219 | Source RPM: python-sklearn-pandas-2.2.0-4.1.src.rpm | 
| Packager: https://bugs.opensuse.org | |
| Url: https://github.com/scikit-learn-contrib/sklearn-pandas | |
| Summary: Pandas integration with sklearn | |
This module provides a bridge between Scikit-Learn's machine learning methods and pandas-style Data Frames.
BSD-2-Clause AND Zlib
* Thu Jul 31 2025 Steve Kowalik <steven.kowalik@suse.com>
  - Add patch support-new-sklearn.patch:
    * Support sklearn >= 1.7 changes.
* Wed Jan 08 2025 Steve Kowalik <steven.kowalik@suse.com>
  - Add patch remove-six.patch:
    * Drop use of six.
  - Switch to autosetup and pyproject macros.
* Mon Feb 06 2023 Daniel Garcia <daniel.garcia@suse.com>
  - Disable broken tests gh#scikit-learn-contrib/sklearn-pandas#248
* Sat Feb 12 2022 Arun Persaud <arun@gmx.de>
  - update to version 2.2.0:
    * Added an ability to provide callable functions instead of static
      column list.
  - changes from version 2.1.0:
    * Removed test for Python 3.6 and added Python 3.9
    * Added deprecation warning for NumericalTransformer
    * Fixed pickling issue causing integration issues with Baikal.
    * Started publishing package to conda repo
* Thu Jan 28 2021 Ben Greiner <code@bnavigator.de>
  - update to version 2.0.4
    * Explicitly handling serialization (#224)
    * document fixes
    * Making transform function thread safe (#194)
    * Switched to nox for unit testing (#226)
  - Changlog for 2.0.3
    * Added elapsed time information for each feature.
  - Skip python36 build because of SciPy 1.6.0
  - Get the GitHub archive for the tests and run them
  - No extra mock required
* Sat Oct 10 2020 Arun Persaud <arun@gmx.de>
  - specfile:
    * updated versions of required packages
  - update to version 2.0.2:
    * Fix DataFrameMapper drop_cols attribute naming consistency with
      scikit-learn and initialization.
  - changes from version 2.0.1:
    * Added an option to explicitly drop columns.
  - changes from version 2.0.0:
    * Deprecated support for Python < 3.6.
    * Deprecated support for old versions of scikit-learn, pandas and
      numpy. Please check setup.py for minimum requirement.
    * Removed CategoricalImputer, cross_val_score and GridSearchCV. All
      these functionality now exists as part of scikit-learn. Please use
      SimpleImputer instead of CategoricalImputer. Also Cross validation
      from sklearn now supports dataframe so we don't need to use cross
      validation wrapper provided over here.
    * Added NumericalTransformer for common numerical
      transformations. Currently it implements log and log1p
      transformation.
    * Added prefix and suffix options. See examples above. These are
      usually helpful when using gen_features.
    * Added drop_cols argument to DataframeMapper. This can be used to
      explicitly drop columns
* Mon Jan 06 2020 Todd R <toddrme2178@gmail.com>
  - Drop python2 subpackage due to dependencies dropping python2.
* Sat Dec 08 2018 Arun Persaud <arun@gmx.de>
  - update to version 1.8.0:
    * Add FunctionTransformer class (#117).
    * Fix column names derivation for dataframes with multi-index or
      non-string columns (#166).
    * Change behaviour of DataFrameMapper's fit_transform method to
      invoke each underlying transformers' native fit_transform if
      implemented. (#150)
* Sun Sep 02 2018 arun@gmx.de
  - specfile:
    * remove devel from noarch
    * be more specific in %files section
  - update to version 1.7.0:
    * Fix issues with unicode names in get_names (#160).
    * Update to build using numpy==1.14 and python==3.6 (#154).
    * Add strategy and fill_value parameters to CategoricalImputer to
      allow imputing with values other than the mode (#144), (#161).
    * Preserve input data types when no transform is supplied (#138).
* Thu May 24 2018 toddrme2178@gmail.com
  - spec file cleanups
/usr/lib/python3.13/site-packages/sklearn_pandas /usr/lib/python3.13/site-packages/sklearn_pandas-2.2.0.dist-info /usr/lib/python3.13/site-packages/sklearn_pandas-2.2.0.dist-info/INSTALLER /usr/lib/python3.13/site-packages/sklearn_pandas-2.2.0.dist-info/METADATA /usr/lib/python3.13/site-packages/sklearn_pandas-2.2.0.dist-info/RECORD /usr/lib/python3.13/site-packages/sklearn_pandas-2.2.0.dist-info/REQUESTED /usr/lib/python3.13/site-packages/sklearn_pandas-2.2.0.dist-info/WHEEL /usr/lib/python3.13/site-packages/sklearn_pandas-2.2.0.dist-info/licenses /usr/lib/python3.13/site-packages/sklearn_pandas-2.2.0.dist-info/licenses/LICENSE /usr/lib/python3.13/site-packages/sklearn_pandas-2.2.0.dist-info/top_level.txt /usr/lib/python3.13/site-packages/sklearn_pandas/__init__.py /usr/lib/python3.13/site-packages/sklearn_pandas/__pycache__ /usr/lib/python3.13/site-packages/sklearn_pandas/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sklearn_pandas/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/sklearn_pandas/__pycache__/cross_validation.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sklearn_pandas/__pycache__/cross_validation.cpython-313.pyc /usr/lib/python3.13/site-packages/sklearn_pandas/__pycache__/dataframe_mapper.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sklearn_pandas/__pycache__/dataframe_mapper.cpython-313.pyc /usr/lib/python3.13/site-packages/sklearn_pandas/__pycache__/features_generator.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sklearn_pandas/__pycache__/features_generator.cpython-313.pyc /usr/lib/python3.13/site-packages/sklearn_pandas/__pycache__/pipeline.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sklearn_pandas/__pycache__/pipeline.cpython-313.pyc /usr/lib/python3.13/site-packages/sklearn_pandas/__pycache__/transformers.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sklearn_pandas/__pycache__/transformers.cpython-313.pyc /usr/lib/python3.13/site-packages/sklearn_pandas/cross_validation.py /usr/lib/python3.13/site-packages/sklearn_pandas/dataframe_mapper.py /usr/lib/python3.13/site-packages/sklearn_pandas/features_generator.py /usr/lib/python3.13/site-packages/sklearn_pandas/pipeline.py /usr/lib/python3.13/site-packages/sklearn_pandas/transformers.py /usr/share/doc/packages/python313-sklearn-pandas /usr/share/doc/packages/python313-sklearn-pandas/README.rst /usr/share/licenses/python313-sklearn-pandas /usr/share/licenses/python313-sklearn-pandas/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Oct 31 00:18:02 2025