Gray

Results 11 issues of Gray

### Expected Behavior When I pass too big dataframe and the system tries to resample it I have the error in the next screenshot ### Actual Behavior I think the...

bug

I find it misleading trying to use `embed()` on a sparse matrix and don't get an error. After an investigation, I see a call of `as.matrix()` on my sparse matrix....

Why don't throw a warning in case of one-label classification if exists in classes and prevents roc_auc calculation?

enhancement

Hi. I couldn't find anything about a proper way and even reasonableness on this topic. How possible it's to use the `openpifpaf` on a mobile and what could be an...

1. Low dpi makes it hard to understand structure of a gate https://github.com/Strilanc/Quirk/issues/388#issuecomment-353957572 The only way to investigate and edit custom gates I found is URL editing. 2. It is...

Booting compute nodes. . . Error in waitForNodesToComplete(poolConfig$name, 60000) : Code: PoolNotFound - Message: en-USCode: PoolNotFound - Message: The specified pool does not exist. RequestId:dd987e5e-b7c9-4f3f-811d-e19da0b10068 Time:2017-09-15T11:03:36.7135971Z Called from: waitForNodesToComplete(poolConfig$name, 60000)

What if suggest a user an opportunity to filter features in the process of building a feature matrix? As I noticed, the output of dfs() can be millions of highly...

new feature
needs design

you can use game_ids='22200325' for reproduction. and place a browser() here https://github.com/abresler/nbastatR/blob/master/R/box_scores.R#L412 ```{r} all_data %>% filter(typeBoxScore == 'Hustle') %>% {.$dataBoxScore[[1]]} ``` ![image](https://user-images.githubusercontent.com/10427026/205997347-3285704b-b1d7-4321-8638-77109a64eab4.png) I expect these NAs in groupStartPosition arregate to...

I had to use my dockerfile FROM, it relies on another OS version. Trying to adapt it, I found that the example in the documentation has some unclear implicit behavior,...

**Describe the bug** `load_nba_schedule()` returns somehow broken data.table object. The object throws an error on `tail()` **To Reproduce** load_nba_schedule(2019:2022) %>% tail() **Screenshots** ![image](https://user-images.githubusercontent.com/10427026/189234063-42f52841-6574-4687-b0f5-a6b50e61b0bb.png) there `as_tibble()` removes `data.table` among the object...