Skip to content

tophers42/wiki_classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wiki_classifier

  • Build and save a model based on two directories of training data. parallelized with 10 processes.

wiki_classifier.pl --training_directories training_data/positive --training_directories training_data/negative --num_procs 10 --save_model models/disease_classifier.model

  • Using a pre-built model, predict the classification of a new wiki page.

wiki_classifier.pl --model models/disease_classifier.model --predict_files my_test_wiki_page.html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published