Krystian Igras

Results 25 issues of Krystian Igras

### System details Browser Version: Chrome, Version 103.0.5060.114 (Official Build) (64-bit) Output of `sessionInfo()`: ``` R version 4.1.0 (2021-05-18) Platform: x86_64-pc-linux-gnu (64-bit) Running under: Ubuntu 20.04.2 LTS Matrix products: default...

Currently it's not possible to detect in the browser when shiny flush cycle is finished. Implementing a custom solution is not hard (can be achieved by usage of `session$sendCustomMessage` and...

Let's create example files: ``` csv1 readtext::readtext("/tmp/csv2.csv", docid_field = "doc_id", text_field = "text") readtext object consisting of 1 document and 2 docvars. # Description: df[,4] [1 × 4] doc_id text...

Thank you @RLesur for the great package, it made my life much easier! About the issue. I used to have the following chunk setup in my current project: ```{r setup,...

Hi @davidgohel. Thank you for the great work you're doing here developing the package! I realized when converting ggplots storing points to dml we may lose alpha property information. It...

Standard glm doesn't allow it. Possible options to consider: - penalized - zetadiv::gam.cons - nnls - glmc - glmnet

Idea: Use https://davisvaughan.github.io/furrr/

On x axis: obseration numer, on y axis prediciton.

Idea: 1. App parameter `type = c("heatmap", "hist", "line")` 2. For heatmap current version is applied, for hist two histograms of predictions, for line linecharts of each predction 3. Add...

Check ALEPlot article