-
I've been using SMOTETomek in production with success for a while. The 0.7.6 version runs through the dataset in around 5-8min. Updated and the new version ran for 1,5h before I killed the process.
…
-
Hi,
i run the knn algorithm for anomaly detection:
![image](https://user-images.githubusercontent.com/77811022/115911875-f04f0380-a46e-11eb-990b-938ffa4dfe31.png)
I would like to tune it, but got…
-
I am working on a Siamese Neural Network with custom Triplet Loss function. As far as I learned from the documentations, we will train a complete network but we want to save only the CNN that is used …
-
PR #22722 introduced a common method for the validation of the parameters of an estimator. We now need to use it in all estimators.
Please open one PR per estimator or family of estimators (if one …
-
**Describe the bug**
Hello, I am trying to run `cuml KNeighborsClassifier`. This is my code:
```
import cudf
import cuml
from cuml.preprocessing.model_selection import train_test_split
from cu…
rnyak updated
2 years ago
-
For these projects the instructions are in the README file inside the boilerplate, as such they are not translatable.
I propose to add a copy of the projects readme inside the project file in the m…
-
The following "knnclass_predict" column appears only when the predict output is returned (for both the regressor and classifier); however, the vColumn is not actually added to the Vertica DataFrame, a…
-
https://github.com/tensorflow/tfjs-models/tree/master/knn-classifier
API is simple and intuitive.
-
https://github.com/tensorflow/tfjs-models/tree/master/knn-classifier
All classes and maybe also each class separately.
-
There should be an option to pass weights for training. Weights should be used in metrics as well.