Skip to content

UviniR/Python-for-Classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published