Paul Hendricks
Paul Hendricks
```r # Use various number of characters unsalt(salt(letters, .n_chars = 0L)) [1] "a" "b" "c" "d" "e" "f" "g" "h" "i" "j" "k" "l" "m" "n" "o" "p" "q" "r"...
In the docs (below), the `kmeans` algorithm takes a matrix where each column X[:, i] corresponds to an observed sample. This implementation goes against the idea of [tidy data](https://www.jstatsoft.org/article/view/v059i10) as...
We see the following deprecation warnings when using PyTorch Version 0.4.0 with the DeepRecommender package. These deprecation warnings will result in errors in PyTorch Version 0.5.0. Specifically, the migration involves...
It might be nice to have train-test plots that have actuals during the train, actuals during the test, predictions for the test period from a model built on the train,...