Metadata-Version: 2.4
Name: scikit-keras
Version: 0.4.0
Summary: Scikit-learn-compatible Keras models
Home-page: https://github.com/daviddiazvico/scikit-keras
Author: David Diaz Vico
Author-email: david.diaz.vico@outlook.com
License: MIT
Project-URL: Documentation, https://daviddiazvico.github.io/scikit-keras/
Project-URL: Source, https://github.com/daviddiazvico/scikit-keras
Project-URL: Tracker, https://github.com/daviddiazvico/scikit-keras/issues
Keywords: keras,scikit-learn
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.11
License-File: LICENSE
Requires-Dist: keras>=3
Requires-Dist: scikit-learn>=1.4
Provides-Extra: test
Requires-Dist: coverage; extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Provides-Extra: docs
Requires-Dist: sphinx>=8; extra == "docs"
Requires-Dist: pydata-sphinx-theme>=0.16; extra == "docs"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary
