Some machine learnings example for my activity on freeday XD Built in with Scikit-learn library
- KNN
- Logistic Linear
- Decission Tree Classifier
- SVM
- Gaussian NB
- Linear Discrimination Analysis
- K Fold CV ( K Fold Cross Validation )
- LOOCV ( Leave One Out Cross Validation )
There are 2 evaluate models in this project. Each models produce an array that filled up with 6 models and it's accuracy score. So it'll look for the best one and pick it up as the algorithm to use.
- Glass Classification Section
- Image Classification with default datasets from scikit-learn itself
- Maybe fixed the method of choosing the best algorithm, because sometimes there are 2 algorithms that had same score. So it may use both of them and show it's result.
Robby Muhammad Nst
OrionStark