Skip to content

Eajay/ml_tuning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Tuning some machine learning function parameters

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages