Skip to content

weighted forest using multi objective variable length pso

Notifications You must be signed in to change notification settings

kate0543/weforest_mopso

Repository files navigation

Weighted Deep Forest

Apply variable-length PSO to find the optimal structure of Weighted Random Forest

Related Projects

Install

Usage

  • Create file data_helper.py:
data_folder = 'path/to/data/folder'
file_list = ['abalone', 'balance',...]
  • Run:
    • VLGA:
    python demo_weighted_gcforest_vlga.py <from_file_id> <to_file_id>
    
    • VLPSO:
    python demo_weighted_gcforest_vlpso.py <from_file_id> <to_file_id>
    
    • RandomForest:
    python demo_randomforest.py <from_file_id> <to_file_id>
    

License

About

weighted forest using multi objective variable length pso

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages