/DataAnalysisTutorial

A practical tutorial for using machine learning algorithms to complete data analysis.

Primary LanguagePython

In this repo, I will complete follows:
1.implement some usual ml algorithm:
KNN
SVM
NaiveBayes
K-Means
EMCluster
DecisionTree
Apriori

2.a tutorial about how to use sklearn
3.complete data analysis practice
4.reference files about DataAnalysis