Closed TopCoder2K closed 11 months ago
Moreover, the documentation lacks module __init__()
parameters for some reason while they are present in the source code:
Is this done on purpose?
@TopCoder2K, you could use model parameter instead of model_path.
That way if your model is in memory, then hopefully you should not run in model load error.
@gaugup, oh damn, so stupid error 🤦♂ Sorry, I was in a hurry.(
Thank you for you help! Now it's working.
Hi there!
I don't understand why
dice_ml
doesn't want to accept a pre-trained model (CatBoostRegressor in my case) and requires to provide the path to the model. The code isIt follows one of the tutorials regarding calling the functions, so I don't understand why I get