gam-changer icon indicating copy to clipboard operation
gam-changer copied to clipboard

Editing machine learning models to reflect human knowledge and values

Results 5 gam-changer issues
Sort by recently updated
recently updated
newest added

After training an EBM Regressor and manually specifying the datatypes to 'nominal or 'ordinal' ( as categorical is not supported) I cannot create a gc, even when manually trying to...

Hello, I encountered an issue when trying to use the `get_model_data` function to extract model data from an `ExplainableBoostingClassifier` instance with monotonized features. **Steps to Reproduce:** 1. Fit an `ExplainableBoostingClassifier`...

`import gamchanger as gc ` When I run `model_data = gc.get_model_data(ebm)` I get the following error. I'm already using gam changer version` 0.1.13`. I trained my EBM model with version...

Hi all, When using an EBM with no missing values (I saw this was an issue before), and feature types of 'continuous' and 'nominal' only. I see no information in...

Hello, after recent package updates, my GAMchanger doesn't show the curves anymore. There is just blank white space. Other Interpret widgets such as the ExplanationDashboard seem to work. Any ideas?