GitHunt
UV

UviniR/Python-for-Classification

This is a simple python program to train a classification model using decision tree, random forest and Naive Bayes algorithms

Python-for-Classification 🐍

This is a simple python program to train a classification model using decision tree, random forest and Naive Bayes algorithms


Functionality

  • Can upload a training dat set along with a data set to predict
  • Carry out data preprocessing
  • Run the classification models Decision Tree Classifier Random Forest Classifier NaΓ―ve Bayes Classifier
  • Compare accuracy and error of models

Requirements to Run the Program

  • Download the data sets included in the folder DataSet
  • Install all the reuired python libraries to your local machine

Languages

Jupyter Notebook100.0%

Contributors

Created November 14, 2022
Updated November 14, 2022
UviniR/Python-for-Classification | GitHunt