Closed alexbrillant closed 4 years ago
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Éric Hamel. This is most likely caused by a git client misconfiguration; please make sure to:
git config --list | grep email
git config --global user.email email@example.com
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Éric Hamel. This is most likely caused by a git client misconfiguration; please make sure to:
git config --list | grep email
git config --global user.email email@example.com
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Éric Hamel. This is most likely caused by a git client misconfiguration; please make sure to:
git config --list | grep email
git config --global user.email email@example.com
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Éric Hamel. This is most likely caused by a git client misconfiguration; please make sure to:
git config --list | grep email
git config --global user.email email@example.com
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Éric Hamel. This is most likely caused by a git client misconfiguration; please make sure to:
git config --list | grep email
git config --global user.email email@example.com
What it is
My pull request does: integrate tree parzen estimator coded by @Eric2Hamel inside Neuraxle !
How it works (TPE)
@Eric2Hamel coded it this way :
How scipy distribution work
Every hyperparams (scipy or not) needs to inherit from either DiscreteHyperparameterDistribution (inherits HyperparameterDistribution with is_continuous to False, and adds probabilities() & values() methods), or HyperparameterDistribution (has is_continuous property to True by default)
Example usage
Here is how you can use this new code as a end user: