Srikanth K S

Results 29 issues of Srikanth K S

@tpq Thanks for a handy package, I had been using a rough utility of mine for the same: https://gist.githubusercontent.com/talegari/ad06da7795b8771e2e152f304ca00f6f/raw Do you have an idea to compute the peak RAM when...

`insegel` is a clean theme, I plan to use this for my package. > How do I make the TOC on left floating when the page is too long?

Hi Gábor Csárdi, This question is about understanding the way filelock is implemented: > Suppose, process 1 has acquired a lock. Before process 1 unlocks it, process 2, 3 ......

documentation

The following problem arose where one of the preprocessing steps was `embed:: step_lencode_glm` (generalized target encoding) and model was `xgboost`. From the documentation of `parsnip::xgb_train` it appears that evaluation data...

Question: How do I get the embeddings after fitting using triplet loss in this example: https://mlverse.github.io/luz/articles/examples/mnist-triplet.html ?

Hi Henrik, Do you think it a good idea to support `append`, `insert`, `extend`, `pop` and similar methods like python's list? 'listenv' data structure in R comes closest to python's...

enhancement

This is a great package for automated large scale forecasts! Currently (0.1.0), there are lot of imports. On some systems, it takes a long time and dependency packages will not...

enhancement

Please support decision path in predict method for random forest. This helps in understanding proximity between observations (for deeper trees, terminal nodes might not hold much) Reference: https://scikit-learn.org/stable/modules/generated/sklearn.tree.DecisionTreeClassifier.html (see 'decision_path')

Hi Alex, Fantastic package! Thanks. I would request you to support `y` along with `x` to compute distances between each row(column) pair between `x` and `y` ([proxy](https://rdrr.io/cran/proxy/man/dist.html) implements an non-parallelized...