Open bammari opened 1 year ago
Attention: 19 lines
in your changes are missing coverage. Please review.
Comparison is base (
b9600e2
) 95.95% compared to head (f2cd74c
) 94.87%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR will allow users to utilize linear tree classifiers from the linear-tree Python library.
UPDATE: 10/31 Currently support binary classification. The OMLT model output is a number <= 0 (which corresponds to class 0) or a number >0 (which corresponds to class 1). Users can handle these outputs with additional Big-M constraints to transform the output to 0 and 1.
In Progress:
Legal Acknowledgement\ By contributing to this software project, I agree my contributions are submitted under the BSD license. I represent I am authorized to make the contributions and grant the license. If my employer has rights to intellectual property that includes these contributions, I represent that I have received permission to make contributions and grant the required license on behalf of that employer.