Metadata-Version: 2.1
Name: scikit-feature-interpreter
Version: 0.0.2
Summary: scikit-learn API compatible feature interpreter
Home-page: https://github.com/ftnext/scikit-feature-interpreter
Author: nikkie
Author-email: takuyafjp+develop@gmail.com
License: MIT
Classifier: Development Status :: 1 - Planning
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: Topic :: Scientific/Engineering
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: scikit-learn
Provides-Extra: dev
Requires-Dist: wheel ; extra == 'dev'
Requires-Dist: build ; extra == 'dev'
Requires-Dist: twine ; extra == 'dev'
Provides-Extra: lint
Requires-Dist: flake8 ; extra == 'lint'
Requires-Dist: black ; extra == 'lint'
Requires-Dist: isort ; extra == 'lint'
Provides-Extra: testing
Requires-Dist: pytest ; extra == 'testing'

# scikit-feature-interpreter
scikit-learn API compatible feature interpreter such as TFIDF (under developing)
