leopiney / deep-forest

An on going implementation of the gcForest algorithm
MIT License
194 stars 58 forks source link

Multi grained scanning fixes #1

Closed leopiney closed 7 years ago

leopiney commented 7 years ago

As the paper says: "the instances extracted from the same size of win- dows will be used to train a complete-random tree forest and a random forest, and then the class vectors are generated and concatenated as transformed features."

Therefore the algorithm has to create the MGS estimators for each generated window.

  1. Updated the MGS algorithm
  2. Logging improvements and optimizations
  3. Slicing optimizations and fixes
  4. Other minor changes