SAUVIK DAS

Results 2 issues of SAUVIK DAS

![Screenshot 2024-04-19 035202](https://github.com/interpretml/interpret/assets/50850346/2c2e1932-0845-4979-8769-d74790bcb3bf) How can I extract a lookup table for the red-line (score values for the each of the features) and similarly the data for the heatmap. I had...

I have two simple codes to test the PIML: **CODE 1:** ``` from piml import Experiment from piml.models import GAMINetRegressor """## Load and Prepare Data""" exp = Experiment() exp.data_loader(data="BikeSharing") exp.data_summary(feature_exclude=["yr",...