Skip to content

SolomonAnn/IDA_Homework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IDA_Homework

Solomon's IDA Homework

  • OS: Windows 10
  • Language: Python 3.7.1

How to run

  • run pip install requirements.txt
  • run python /src/preprocess/generate_charts.py to generate relevant charts
  • run python /src/classification/bayesian_classifier.py ratio to test bayesian model
  • run python /src/classification/knn_classifier.py ratio k to test KNN model
  • run python /src/regression/logistic_regression.py to test logistic model

ratio : train set's percentage in the data set

k : the number of the nearest neighbors in the KNN mode

About

Solomon's IDA Homework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published