Metadata-Version: 2.1
Name: draft_basic
Version: 0.19.1
Summary: machine learning third-party library made by ycsyrc
Home-page: https://github.com/ycsyrc-official/draft-basic
Author: ycsyrc
Author-email: ycsyrc_tech@163.com
License: Apache-2.0 license
Project-URL: Bug Tracker, https://github.com/ycsyrc-official/draft-basic/issues
Project-URL: Documentation, https://github.com/ycsyrc-official/draft-basic/blob/main/README.md
Project-URL: Source Code, https://github.com/ycsyrc-official/draft-basic
Project-URL: Homepage, https://github.com/ycsyrc-official/draft-basic
Platform: any
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

machine learning third-party library made by ycsyrc

Download method: pip install draft-basic

Up to now, you can use this library to build a multi layer perceptron with one hidden layer, a perceptron, a knn model, a kmeans model, a SOM model and a NaiveBayes model.

Apart from that, it can also be used to draw linechart and confusion matrix.

This library is mainly used for education and entertainment.


