scikeras 0.10.0
pip install scikeras==0.10.0
Released:
Scikit-Learn API wrapper for Keras.
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT)
- Author: Adrian Garcia Badaracco
- Tags keras , tensorflow , scikit-learn , deep-learning , python
- Requires: Python >=3.7.0, <3.11.0
Classifiers
- Development Status
- Intended Audience
- License
- Natural Language
- Operating System
- Programming Language
- Topic
Project description
Scikit-Learn Wrapper for Keras
Scikit-Learn compatible wrappers for Keras Models.
Why SciKeras
SciKeras is derived from and API compatible with tf.keras.wrappers.scikit_learn
. The original TensorFlow (TF) wrappers are not actively maintained,
and will be removed in a future release.
An overview of the advantages and differences as compared to the TF wrappers can be found in our migration guide.
Installation
This package is available on PyPi:
# Normal tensorflow
pip install scikeras[tensorflow]
# or tensorflow-cpu
pip install scikeras[tensorflow-cpu]
SciKeras packages TensorFlow as an optional dependency because there are
several flavors of TensorFlow available (tensorflow
, tensorflow-cpu
, etc.).
Depending on one of them in particular disallows the usage of the other, which is why
they need to be optional.
pip install scikeras[tensorflow]
is basically equivalent to pip install scikeras tensorflow
and is offered just for convenience. You can also install just SciKeras with
pip install scikeras
, but you will need a version of tensorflow installed at
runtime or SciKeras will throw an error when you try to import it.
The current version of SciKeras depends on scikit-learn>=1.0.0
and TensorFlow>=2.7.0
.
Migrating from tf.keras.wrappers.scikit_learn
Please see the migration section of our documentation.
Documentation
Documentation is available at https://www.adriangb.com/scikeras/.
Contributing
See CONTRIBUTING.md
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT)
- Author: Adrian Garcia Badaracco
- Tags keras , tensorflow , scikit-learn , deep-learning , python
- Requires: Python >=3.7.0, <3.11.0
Classifiers
- Development Status
- Intended Audience
- License
- Natural Language
- Operating System
- Programming Language
- Topic
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file scikeras-0.10.0.tar.gz
.
File metadata
- Download URL: scikeras-0.10.0.tar.gz
- Upload date:
- Size: 25.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.1 CPython/3.8.15 Linux/5.15.0-1024-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
b1c749a3a4efc62b2fe73d92166b826084a04deb71bc8b99c69ec517291a64e2
|
|
MD5 |
1eee5ff27eb957418fcac6f85167394b
|
|
BLAKE2b-256 |
b8effcba50e96afbede8348f16e93124b83a9872a8aac5e4849c2c656ddb6e28
|
File details
Details for the file scikeras-0.10.0-py3-none-any.whl
.
File metadata
- Download URL: scikeras-0.10.0-py3-none-any.whl
- Upload date:
- Size: 27.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.1 CPython/3.8.15 Linux/5.15.0-1024-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
19aaea0c78ce794f0f267e73d55fa797b7c4cd7f4085e5664c0da25e0f920724
|
|
MD5 |
8ee1eb6fc893b29479bb3ac289db3b36
|
|
BLAKE2b-256 |
add9c33648b324897ec5af4d053fd2eff803b9ccbb31e8703466114474217177
|