-
With https://github.com/scikit-learn/scikit-learn/pull/29705, we have a simple way to freeze estimators, which means there is no need for `cv="prefit"`. This also opens the door for https://github.com…
-
**Detail:**
I've previously used "lgb" for classification and it worked but now it doesn't seem to work for classification tasks. And if I remove the estimator_list from the automl_settings then I ge…
-
It would be useful to think through whether it makes sense to include a base fittable estimator that inherits from BaseObject.
If this is decided upon, A key design point is whether to include a s…
-
While I'm here, I wanted to point out that at `sktime`, we've started to interface `pyts` algorithms, upon popular demand, to have them indexed for users who are searching for TSC and time series tran…
-
**Describe the bug**
When `estimator.attach()`ing to a training job older than the most recent job previously kicked off by `.fit()` on that same estimator object; Calling `.deploy()` does not prop…
-
https://github.com/scikit-learn/scikit-learn/blob/d5082d32de2797f9594c9477f2810c743560a1f1/sklearn/model_selection/_classification_threshold.py#L386
When predict is called on `OneVsRestClassifier`,…
-
### What should we add?
The circuit that we pass in the estimator QNN contains two parts : the encoding part(non trainable) and the trainable part. If the encoding circuit changes for every data poin…
-
While trying to build this project while WITH_SIFTGPU is set to Off I am getting the following error:
```
/modules/features/src/sift_local_estimator.cpp:11:54: fatal error: v4r/features/opencv_sif…
-
Thanks a lot all - I've tested it out and it's working well now! I've included the updated figure below on the same data for reference, in case helpful!
@jamesmbaazam regarding extra documentation…
-
**Problem Description:** I have multiple measurements of some cost, with most values being quite small, but I have some enormous outlier: my mean is $1.2$, my standard deviation is just under $10$, an…