Srikanth K S

Results 29 issues of Srikanth K S

Team Dalex, As compared to the [python](https://dalex.drwhy.ai/python-dalex-aspect.html) implementation, it appears that R's [aspect_importance](https://modeloriented.github.io/DALEXtra/reference/aspect_importance.html) does not seem to have some functionalities and non unified API: 1. Specifying correlation mechanism (`depend_method` in...

feature 💡
R 🐳

Usually, `glimpse` or `collect` triggers this warning: ``` Warning message: In sdf_collect_static(object, impl, ...) : NAs introduced by coercion to integer range ``` The warning message is does not pin...

Thanks for this wonderful project! Please provide a streaming facility (ideally multiprocess safe) to read data in chunks and process it. Here is my [experimental implementation](https://gist.github.com/talegari/a3ba27c6fc78ae71c4fb22d489449714) for your reference.

feature request

Thanks for writing thundergbm! Please consider providing a R interface.

Hi Randy Lai, Whats the method to create key-bindings like say `CTRL`-`SHIFT`-`M`for `%>%`?

It would be of great use (in other packages and experimentation) to **export** internal functions (of HDBSCAN) like `mrd`, `computeStability` which are valuable as standalone functions.

enhancement

Hi Tyler, Installing a bioconductor package with `p_install` shows a misleading warning 'package x not available for R (4.0.0)' after successfully installing it. Is there a way to avoid this?

Why is groupby + summarize so slow compared to simple pandas. Please find the reproducible example. ``` import pandas as pd import numpy as np from plydata import * df...

enhancement

Hi Emil, I am planning to implement a `step_catboost` (on these [lines](https://github.com/scikit-learn-contrib/category_encoders/blob/master/category_encoders/cat_boost.py)). IMHO, it should belong here. Let me know if you are open for PR?

feature

Hi Dominik, Thanks for this nice package! Great work! I liked the idea of arranging radially. I could not help but notice the similarity with my package [pkggraph](https://talegari.github.io/pkggraph/articles/vignette_pkggraph.html). Regards, Srikanth...

documentation 📚
long term 📆