Closed dbrami closed 2 years ago
Hello @dbrami and thank you for reaching out!
To help you, we ask that you provide
import numpy as np
) and double-check the commented-out lines of code -- some of those lines seem like they should be uncommented. Note - as for the markdown formatting - it looks like there were only 2 backticks (instead of the needed 3 backticks) in a few places, which were the cause of your rendering error. Hope this helps!
Hi there - we're going to close this issue out as it has gone stale. Feel free to reopen if there are updates!
Describe the issue I'm getting "TypeError: ContribEstimator.init() got an unexpected keyword argument 'memory'" while trying to plot a learning curve
I have emailed via list serve but there is no code formatting so question unreadable (like my markdown here :/ )
@DistrictDataLabs/team-oz-maintainers The following code works:
But the following does not:
With visualizer fit or show causing issue:
My model is generated a scikit-learn pipeline using FLAML. I'm doing multi-class classification and best estimator is catboost.