col_gen_estimator API¶
This is an example on how to document the API of your own project.
Estimator¶
Binary classifier using boolean decision rule generation method. |
|
Binary classifier using boolean decision rule generation method with heuristic for column generation. |
|
|
Decision Tree classifier using column generation. |
Master Problems¶
|
The master problem for boolean decision rule generation described in 'Boolean decision rules via column generation' by Sanjeeb Dash et. |
|
Master problem for Decision Tree classifier. |
Subproblems and heuristics¶
|
The subproblem for boolean decision rule generation described in 'Boolean decision rules via column generation' by Sanjeeb Dash et. |
|
Heuristically generates the new columns to be added to the RMP. |
|
TODO: Documentation. |
|
TODO: Documentation. |
Other Classes¶
|
To make the processing faster, we store some row related information in this class. |
|
All path related information. |
|
All node related information. |
|
All leaf related information. |
|
All split related information. |