Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 2.18 KB

Examples.md

File metadata and controls

34 lines (24 loc) · 2.18 KB

Learning HTBoost via examples

The examples are Julia scripts that you can run. Some as similar to the tutorials, others explore additional aspects of HTBoost.

A good way to familiarize yourself with HTBoost and compare (its performance to LigthGBM) is to study and run the following examples:

  • Basic use (main options, cv, savings and loading results, variable importance and more post-estimation analysis)
  • Logistic (binary classification)
  • Global Equity Panel (time series and panels/longitudinal data, with various options for cv)
  • Categoricals (how HTBoost handles categorical features)
  • Missing data (HTBoost excels at handling missing data)
  • Speeding up with large n (strategies to reduce computing time for large n)

The other examples explore more specific aspects of HTBoost:

Understanding hybrid trees

Other distributions (loss functions)

Others