-
@elephaint another question: When I have train_data for two unique_ids, how to specify that to Auto_DilatedRNN?
My train_data, as shared above, has three columns, unique_id, ds, and y. But now inst…
-
### Bug description
tldr; Create a tensor - mount to GPU during dataloading - do some operation on this - throw re-initialize cuda error.
I want to do some cuda operations in my Dataloader. I ne…
-
### Motivation
I would like to perform grid search, where one of the parameters is categorical. The type of the categorical feature is given by `Sequence[str]`.
More specifically, I want to supp…
-
Currently running mosaic composer in a databricks environment but experiencing different behavior of `torch.jit.script` after importing composer depending on the DBR installed.
### Code to reproduc…
-
### Expected behavior
I assume I'd see the dashboard open as it did with previous versions on Tunny. This is the error I get:
![Screenshot 2024-05-13 140334](https://github.com/hrntsm/Tunny/asset…
-
### pycaret version checks
- [X] I have checked that this issue has not already been reported [here](https://github.com/pycaret/pycaret/issues).
- [X] I have confirmed this bug exists on the [latest…
-
I have an optimization of an xgboost model. I use early stopping, and the initial iters is set by an optuna sampler. I would like to update the iters value of the trial after the trial so that the opt…
-
For future reproducibility, we should publish the exact dependency versions used for the paper, as a `requirements.txt` and/or `pdm.lock` file.
-
Why don't support dynamic value space if parameters have the same type ?
It can be usefull if I need a distribution depending on other dynamic parameter.
-
**Describe the bug**
I am running into an issue with using ridge regressor in the cuml library. When using the solver = 'cd', an error appeared that said the following:
"no algorithm with this id has …