A collection of classic Machine Learning algorithms implemented in Python, including:
| File | Algorithm |
|---|---|
DecisionTree.py |
Decision Tree Classifier |
RandomForest.py |
Random Forest Classifier |
SVM.py |
Support Vector Machine |
KKN.py |
K-Nearest Neighbors (KNN) |
- Make sure Python (3.x) is installed.
- Install dependencies (e.g., scikit-learn, pandas)—if any using:
pip install scikit-learn pandas- Run a script from terminal:
python DecisionTree.py(Similarly for other models.)
Results will be printed to the console or saved to output files (e.g., output_with_phases_all_sheets.xlsx).
Muhammad Aqil