-
**Describe the bug**
I am using the following the demo for [univariate time series classification](https://github.com/alan-turing-institute/sktime/blob/master/examples/02_classification_univariate.…
-
I want to use StackingClassifier & VotingClassifier with StratifiedKFold & cross_val_score. I am getting **nan** values in cross_val_score if I use StackingClassifier or VotingClassifier. If I use any…
-
* face_recognition version:
* Python version:
* Operating System:
### Description
Describe what you were trying to get done.
Tell us what happened, what went wrong, and what you expected to h…
-
**Description**
When running cdist on distributed tensors a runtime error occcurs.
Traceback (most recent call last):
File "demo_knn.py", line 131, in
print(verify_algorithm(X, Y, 5, 30, …
-
## YOLO on a custom (transfer tranied) ImageNet model
Hello we (son and self) are working on a high-school project to detect mites and then locate those mites on diseased bees. Of course we are ass…
-
I have trained the random forest on `X_train` in advance and load the model to create the pool of classifier:
```
model_rf = load(base_model_dir + 'model_rf800.joblib')
pool_classifiers = [model_…
-
**Describe the bug**
Hyperparameter tuning is triggering "unsupported range" error.
**To Reproduce**
```Julia
using MLJ
using CategoricalArrays
using LossFunctions
function tuning(m)
l …
-
CAN not install from this page:
https://riverml.xyz/dev/getting-started/installation/
PS C:\Windows\system32> pip install git+git://github.com/online-ml/river.git@v0.1.0
Collecting git+git://gith…
b-y-f updated
3 years ago
-
Hello,
First of all I would like to thank you for releasing your implementation of your paper.
I have one question about the hidden size of the main auto-encoder
It seems to me that the UCLA…
-
Hi Jakub,
Thanks for providing your KNN implementation using faiss. I'm working with a large dataset (566602 rows × 20 columns) and KNeighborsClassifier took way too long, so I was hoping your impl…