Skip to content

This is a Python package that is designed to compare different machine learning model performance

Notifications You must be signed in to change notification settings

sambuild04/Modelpair

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

neuralpackage

Modelpair

This is a Python package that is designed to compare different machine learning model performance on a dataset. Currently it can only deal with csv file dataset in a certain format

CURRENT PROGRESS

  • Implemented data preprocessing methods for Excel csv file(in certain format)
  • Implemented decision tree, KNN and neural network algorithms
  • Implemented accuracy comparison methods

TO INSTALL THE PACKAGE:

pip install Modelpair

TO RUN THE PACKAGE FUNCTION:

from Modelpair import Compare_class

  • create an instance
compare = Compare_class('your csv data file path') 
  • Then use the compare function
compare.generate_compare() 

About

This is a Python package that is designed to compare different machine learning model performance

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages