-
Getting error while using TPS November data on Kaggle conda env (my GPU is on)
https://www.kaggle.com/yogeshkalauni/tps-nov-21-auto-xgboost-error
Getting error while using pip install in Kaggl…
-
I have
```
let
rOverlay = rself: rsuper: {
myR = rsuper.rWrapper.override {
packages = with rsuper.rPackages; [
ggplot2
dplyr
xts
purrr
cmaes
c…
-
**Describe the bug**
```
===> py38-pygmo2-2.18.0 depends on file: /usr/local/bin/python3.8 - found
runTest (pygmo.test.core_test_case) ... ok
runTest (pygmo._bfe_test.bfe_test_case) ... ok
runT…
-
### 🐛 Describe the bug
It seems like a new kernel implementation for `torch.nn.weight_norm` completely breaks the backwards pass for every network that makes use of `torch.nn.weight_norm`. Here a s…
-
Using `mamba env create -n test -f env.yaml` mamba reports an error. Running `conda env create -n test -f env.yaml` works (creates a new env).
`mamba env create -n test -f env.yaml`:
```shell
con…
-
When I run rllib on ray 1.5.2:
1) the resource demands stay even after the application finishes, for example, I still see the following resource demands (for a few minutes) from the scheduler even af…
-
I'm trying to forecast a time series. For that, I decided to redo the tutorial "[Demand forecasting with the Temporal Fusion Transformer](https://pytorch-forecasting.readthedocs.io/en/latest/tutorials…
-
**Describe the bug**
`cuml.model_selection.train_test_split` is not deterministic even when `random_state` is set.
**Steps/Code to reproduce bug**
```python
from cuml.model_selection import trai…
hcho3 updated
3 years ago
-
# Feature Request
For categorical hyper-parameters, Tensorboard works pretty well because a person can see what the choices are on the x-axis. Please make the slice plot behave in a similar way, a…
-
Write an app that finds the maximum a posteriori (MAP) estimates for the flu dataset.
- [x] Implement a _OptimisationApp in file _optimisation_app.py
- [x] The layout is similar to simulation app …