Cano-Muniz, Santiago
Cano-Muniz, Santiago
I am trying to get a tweets from a list with its media but apparently, the media_field is not present and gives the error: ```python x = client.get_list_tweets(4343, expansions=["attachments.media_keys", "author_id"],...
I am having some problems using the predict function of the xgboost package. It seems to originate from the fact that the machine was trained in a GPU but the...
Hi, I am running a parameter optimisation using a custom resampling function. However, I noticed that when I start the tuning instance that although the tuning instance uses the cross-validations...
Hi, I think it just might be minor bug but I cannot find any tutorial or vignette in the main webpage of the package (See link [here](https://strengejacke.github.io/sjstats/)). Are they located...
I was just wondering when it would be possible to support the latest pandas version. 
I was wondering if there is any function, even if it is ray graphQL, to call the screener that we can use through the web interface.
### Expected behavior I would like to show the output of a tukey_hsd on a grouped boxplot/barplot within the categories. I am able to do that with the t_test function,...
I was wondering if it is possible to use `biomaRt `to get bacterial genome information. Currently, I have the following error: ```r # For animal genomes standard_mart
I have been playing around with Nomics API and I was wondering if it is possible to export a particular view (at least the general view) of an atlas as...
In the readme the install address is wrong: ```r # install.packages("devtools") devtools::install_github("jimhester/itdepends") ``` Should be: ```r # install.packages("devtools") remotes::install_github("r-lib/itdepends") ```