Skip to content
/ MLCLAS Public

Python implementation of several multi-label classification algorithms

License

Notifications You must be signed in to change notification settings

markzy/MLCLAS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MLCLAS

MLCLAS is a Python module for multi-label classification built on Scipy.

The project is built during my graduation project for bachelor's degree.

Dependencies

MLCLAS is tested to work under Python 3.5, and on the systems of OS X and Linux.

It is promised to work as intended with these pakages:

  • NumPy >= 1.10

  • SciPy >= 0.17.0

  • scikit-learn >= 0.17.0

  • cvxpy >= 0.4.0

Lower version of dependencies may cause unexpected problems, so it is strongly recommended to update these packages.

Documentation

The functions provided by this library is quite concise. You may view the examples in the examples folder for reference.

If you are reading this from Pypi, please visit github page to download the examples folder.

About

Python implementation of several multi-label classification algorithms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages