-
@IsHYuhi Thank you for this implementation! However, I want to use the checkpoint model to test/evaluate on my own images but I'm not able to trace which images from the ISTD dataset are used in the …
-
#### Describe the workflow you want to enable
Separate train and test scoring methods in ``BaseSearchCV``.
#### Describe your proposed solution
Currently, in ``BaseSearchCV``, train and test scor…
-
I am trying to use a StratifiedKFold (and also RepeatedStratifiedKFold) as my resampling strategy but both seem to be causing crashes.
Here is a sample script based on the cancer dataset in the doc…
-
At the moment it is not straightforward to perform cross-validation on different parameters passed into the SINDy constructor. Most of the parameters relevant to a SINDy model's performance are passed…
-
Naveen implemented his version of this but it was still a bit different -
Since the ratio between 0's and 1's are very skewed, if each time we randomly sample a subset to do cross validation (`KFo…
-
Hello,
Can someone please explain the difference between the parameter ```n_estimators``` and the number of Boosting Iterations (referred to in the paper as ```M```) that you were trying to tune in…
-
Hi,
I have been trying to submit training calls for auto-sklearn to a [dask cluster](https://dask.pydata.org/en/latest/) and was running into trouble.
The problem ends up being that the call to …
-
Here is my data :
```dart
(src, day, time, dest)
(0, 0, 450, 4)
(1, 0, 110, 5)
(0, 1, 450, 4)
(1, 1, 110, 5)
(0, 2, 450, 4)
(1, 2, 110, 5)
(0, 3, 450, 4)
(1, 3, 110, 5)
(0, 4, 450, 4)
(1,…
-
Hi XGBoost devs,
I am running the this code on an EC2 machine with 32 threads and 128 GB ram. The size of csv being loaded in 800MB.
```
class ColumnSelector(BaseEstimator, TransformerMixin):
…
-
Is it possible to add a simple Sklearn example using the TuneBOHB algorithm with the HyperBandForBOHB scheduler in the documentation?
P.S. This is the best hyperparameter tuning algorithm and sche…