-
### Discussed in https://github.com/awslabs/autogluon/discussions/2216
Originally posted by **dcapeluto** October 15, 2022
There are examples of autogluon leveraging rapidsai. When installing …
-
## Description
```python
from mxnet import nd
from mxnet.gluon import rnn
# create a simple GRU network
net = rnn.GRU(hidden_size=1, num_layers=2, bidirectional=True, layout="NTC", use_sequence…
-
Resolved by #4606
Related: #4213
We should add support for parallel model training via ray that goes beyond the currently implemented parallel fold model fitting and parallel HPO.
Given a p…
-
Hi,
in first, thank you for providing of library, it's realy useful.
When is executing training job in Sagemaker (code-free-automl), there is import error:
Traceback (most recent call last):
…
-
**Bug Report Checklist**
- [x] I provided code that demonstrates a minimal reproducible example.
- [x] I confirmed bug exists on the latest mainline of AutoGluon via source install.
**Descr…
-
**Describe the bug**
scikit-learn-intelex Random Forest hangs on KDDCup09 dataset (Large binary classification 2GB dataset in AutoMLBenchmark)
- 45000 rows
- 1260 float columns
- 6223 int columns
…
-
### Description
I'd like to be able to enable/disable Ray worker logging via a repeatable toggle without needing to call `ray.shutdown()` followed by `ray.init(log_to_driver=...)`, which takes a non-…
-
From tilii7's very nice kaggle post: https://www.kaggle.com/competitions/playground-series-s4e9/discussion/536980
1. Investigate adding LAMA's NN model to AutoGluon.
2. Investigate if hill climbin…
-
## Motivation
At the moment, [ZairaChem](https://github.com/ersilia-os/zaira-chem) has a lot of dependencies, as apparent from the `install.sh` file. Importantly, several Conda environments are cre…
-
Hi @Innixma
When 'n_train_subsmaple' is set to 5000, and the number of train_data is larger than 5000, say, 40000, the following error is reported.
### **Error messages**
File "C:\miniconda…