Cano-Muniz, Santiago

Results 17 issues of 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...

status: need update

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. ![image](https://user-images.githubusercontent.com/33370667/171988130-536ff635-8c3c-4d81-aa5c-2bb474b7c9bc.png)

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") ```