Skip to content

Command line script to plot learning curves for a number of classifiers and the digits resp. iris dataset

Notifications You must be signed in to change notification settings

flurin-g/LearningCurves

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LearningCurves

Command line script to plot learning curves for a number of classifiers and the digits resp. iris dataset

How to run:

Default arguments are set, so you can run the script as is

  • To change the classifier choose a number between 0 and 5, like so: python main.py --classifier 2
  • To change the dataset use either zero or one: python main.py --dataset 1
  • To see all available parameters: python main.py -h

About

Command line script to plot learning curves for a number of classifiers and the digits resp. iris dataset

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages