Hunter McGushion
Hunter McGushion
Thanks for opening this! Sorry I don't have a more helpful update, but I just wanted to say that I'm looking into this, and I do think there's a bug...
@chwang1991, Thanks for posting your sample code! It's very helpful! Sorry for the delay, but I've been busy with other things lately. I'm looking at this issue again today, and...
No worries! It looks like the code formatting reviews are complaining about spaces on one of the empty lines (line 63). They prefer empty lines to be completely empty, so...
I've never tested multiple regression, actually. But I'm very interested in making sure its supported! Can you provide a minimal toy example that resembles the shape of the data you'd...
Wow! Thank you very much for setting up such a clear example! I have a few questions that are going to sound stupid, but I need to ask just to...
It looks like HyperparameterHunter already works with the regressors in your example that aren't wrapped in `MultiOutputRegressor`. Would you mind trying out the provided example to verify that it gives...
> I think scaling is part of data prep prior to HPH but it would be good if provided examples show scaling. Understood. I've had an unfinished `feature_engineering` module on...
Are you using the current master version of HyperparameterHunter? It looks like you might be using the latest PyPI release (2.0.0), in which predictions for those multi-regression algorithms had not...
Thanks for opening this, @alegarbed! Yes, you can optimize `class_weight` values! Here's a basic example with SKLearn's `RandomForestClassifier` and the Iris dataset. ```python from hyperparameter_hunter import Environment, CVExperiment from hyperparameter_hunter...
@jmrichardson, Thanks for opening this! Definitely want to figure out what's going on, but I'm not able to reproduce the issue on my end (thanks for providing a minimal code...