Ekrekr / ldr

LDR stands for Latent Dimensionality Reduction. It is a generic method for interpreting models. It is deployed here as a python module.
GNU General Public License v3.0
1 stars 0 forks source link

Regression conversion #3

Open Ekrekr opened 4 years ago

Ekrekr commented 4 years ago

By converting a regression problem to a set of intervals, LDR can be applied similarly to as a classification problem. The package should automatically detect regression problems and create the intervals, with an option to specify the resolution of the intervals.