Basic Decision Tree Learning Library Exploration on Jupyter Notebook
Basic Decision Tree Learning Library Exploration on Jupyter Notebook. Create classification or regression learning prediction models from datasets Breast Cancer and Play Tennis.
- Decision Tree Classifier
- Id3 Estimator
- K Means
- Logistic Regression
- Neural Network
- SVM - Support Vector Machine
- Python - version 3.9.7
- Jupyter Notebook
- Id3 -
pip install decision-tree-id3
- Graphviz -
pip install graphviz
- Matplotlib -
pip install matplotlib
- Pandas -
pip install pandas
- Scikit-learn -
pip install scikit-learn
- Seaborn -
pip install seaborn
Project is: finished
Project inspired by IF3270 Machine Learning Project assignment, based on documentation prepared by Graphics and Artificial Intelligence Laboratory Assistant.
- Alvin Wilta
- Benidictus Galih Mahar Putra