Skip to main content

Tuning some machine learning function parameters

Project description

ml_tuning

ml_tuning is a python module to tune some machine learning functions parameters

Installation

Dependencies


scikit-learn requires:

- Python (>= 3.6)
- NumPy (>= 1.13.3)

**ml_tuning is 0.0.1 is the latest version, right now only support kNN algorithm.

User installation


pip install ml_tuning

Source Code

You can download the code from
https://github.com/Eajay/ml_tuning.git

Testing Case

After installation, if you want to try test cases, make sure install sklearn first for input training data.

How to use it


from ml_tuning import kNN_tuning
knn = kNN_tuning.kNN_tuning

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ml_tuning-0.0.1.tar.gz (4.3 kB view hashes)

Uploaded Source

Built Distribution

ml_tuning-0.0.1-py3-none-any.whl (5.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page