Ravi Kalia
Ravi Kalia
Might we get the code for genome pretraining, as well as the pretrained network weights themselves please?
Suffering the same - is a shame, since otherwise is a great tool.
thanks @douglascayers - this should be fixed in the main documentation.
Okey. Will start investigating how to do this. I forked and hacked the `sql-formatter` linter to run with this extension.
Agree that pipenv support in package manager would allow broader usage. It's a pain to use pip, requirements.txt, venv and virtualenvwrapper tools for consistent builds otherwise.
Yes, please. This would be awesome with Jupyter notebooks.
Also noted the same
@arogozhnikov
This behavior affects all points that are equidistant and fall within the nearest k. Relying on the ordering of training data undermines established resampling methods, which are designed to enhance...
As an alternative, note the reference implementation in `R`. The `knn` function of the `class` `R` package resolves ties without relying on the ordering of training examples. > >k-nearest neighbour...