-
I have dataset with more than a feature and will like to estimate individual bandwidths
Is it possible in SciKit Learn GridSearch Module ?
#### Description
#### Steps/Code to Rep…
-
I am trying to configure a Retiarri experiment to run remotely. However, I am having a hard time understanding how to configure the experiment. I was wondering if there are any examples of how to spec…
-
Hi Cecile,
First of all thank for your great work with this package, it is much appreciated!
I have two issues, which I have not been able to find clear answers to from going over the responses i…
-
I am running the following script and ctrl + c'ing half way through the grid search and commenting out the line:
```
grid_search_result = grid_search.fit(
model=model, analysis=analysis, grid…
-
I have read [this issue](https://github.com/skorch-dev/skorch/issues/747) before and I am having the same problem basically.
The only difference basically is, that I do want to shuffle my data.
…
-
Dear Dr Proust-Lima,
I hope you are well and many thanks for writing this package. I found it to be really fascinating and useful. However, there are some questions that I cannot find the answers t…
-
Hi,
first of all, congrats on the really cool work. I am trying to set up Orion with Bayesian optimization, however, I get the following error:
```
NotImplementedError: Could not find implement…
-
**Problem**
At the moment stride is set to 1 for the expanding window mode of the `gridsearch` and that is very limiting.
**Proposed solution**
Make it possible for the user to adjust the stride …
-
When the space it too small, tpe could hang at here trying to propose new points.
https://github.com/Epistimio/orion/blob/5cfa9d6ad9fce7457e05187adc30181733e7c404/src/orion/algo/tpe.py#L315
This…
-
I'm having issues occasionally aligning a CT to an MR image with the rigid transformations using `AffineRegistration`. I think this is because the optimization is greedy and gets stuck in a local mini…