-
Hi! I was trying to finetune a pretrained model for cifar10 subsets. Regarding this, I have got 2 questions:
1. In the file "src/fine_tune.py", we are importing "training" parameter from "meta" secti…
-
Use a sample of data; test `TransE` and `RotateE` models.
**Create data**
- [x] choose subset of properties for graph embeddings (i.e. not literals, unless they are categorical e.g. occupations)
- [x…
-
Thank you so much Markus for your excellent talk.
When reviewing your notebook 03_classification_univariate on K-nearest-neighbours classifier for time series
I noticed that I don't have any differe…
-
Hey LGM-SOC participant, great to have you here! 😀
If you feel like working on this issue, you may refer to this [dataset](https://www.kaggle.com/overload10/adult-census-dataset) or any other dataset…
-
**Tensorflow (please complete the following information):**
- Version: [1.10.1]
- Installation kind: [compile from the source using bazel, and generate a .whl file to install using pip] (just foll…
-
We'll use this issue to discuss changes to the [bootcamp curriculum](https://github.com/LDSSA/curriculum-development/blob/master/curriculum/01-bootcamp-and-binary-classification.md).
I'm proposing …
-
This repository is still missing some algorithms. The [Python repository](https://github.com/TheAlgorithms/Python) has lots of examples that we could follow and below you can find a list of suggested …
-
The module needs to be able to classify a deck in terms of what archetype it is. ygopro-data provides setcodes, but this has many false positives and false negatives. MBT has offered to provide a list…
-
**Describe the bug**
KNeighborsClassifier(n_neighbors = 1, metric = "euclidean")) always gives exactly the same result than KNeighborsTimeSeriesClassifier(n_neighbors = 1, metric = "dtw")
**To R…
-
Hi,
I'm getting this error when trying to save my KNN model as onnx and **y** has string values (that's how it's provided from the fetch_openml call). It works fine when using logisticregression, but…