Skip to content

Own python implementation of Random Forest classification algorithm

Notifications You must be signed in to change notification settings

mturzanska/random_shrubs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RandomShrubs

Own python implementation of Random Forest classification algorithm

usage: run.py [-h] [--sample_frac] [--n_of_attrs] [--n_of_shrubs]
              train_set classify_set class_col

positional arguments:
    train_set             training csv file with headers
    classify_set          unclassified csv file with headers
    class_col             class column header

optional arguments:
    --sample_frac         training data fraction per shrub (default .67)
    --n_of_attrs          number of attributes per shrub (default min(4, total number of attributes))
    --n_of_shrubs         number of shrubs (default 10)

About

Own python implementation of Random Forest classification algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages