The Nextmv & scikit-learn Python SDK, nextmv-scikit-learn
, is a package to interact programmatically with Nextmv and the scikit-learn machine library, from Python. A great way to get started is to check out the community apps. The following apps are a non-exhaustive list of concrete examples for using this SDK:
The nextmv-scikit-learn
package is a wrapper around the scikit-learn
library to make it easy to use with Nextmv. It provides support for these models:
dummy
:ensemble
:linear_model
:neural_network
:tree
:
Installation
The package is hosted on PyPI. Python >=3.9
is required.
Install via pip
:
Note that nextmv-scikit-learn
installs the nextmv_sklearn
package, which is the importable name for the SDK.