-
I run the hyper parameter optimization with these methods, :
```
`# Instantiate the TabularPredictor with the custom metric
predictor = TabularPredictor(label='target', problem_type='regression',…
-
Check if tensorrt works in Python 3.11
Currently we don't install tensorrt in Python 3.11:
https://github.com/autogluon/autogluon/blob/f269d65a0df646f1b58bb14bfa583c140581ed06/multimodal/setup.p…
-
Hello.
Thank you for your work!
I'm using `reports/old/reports.ipynb` file. It produced all tables and some plots as intended.
However, running `Strip plots` cells in `Visualizations` results …
DRMPN updated
2 months ago
-
**Bug Report Checklist**
- [x] I provided code that demonstrates a minimal reproducible example.
- [ ] I confirmed bug exists on the latest mainline of AutoGluon via source install.
- [x] I c…
-
I would find it very useful if autogluon-tabular could add partial support for monotonic constraints. I would be happy to write a PR if that has interest?
Of the underlying models used only Lightgb…
-
Hi everyone,
First of all, thank you for the well-documented library.
I have a question regarding the use of TabularPredictor for creating a stacking ensemble model. I’m unsure how AutoGluon handl…
-
It will be good to have short informative videos covering major topics so that user's can find an answer easier than digging through our documentation. We can post the videos to YouTube, and link to t…
-
Mac M1 GPUs appear to work with Torch:
1. https://towardsdatascience.com/installing-pytorch-on-apple-m1-chip-with-gpu-acceleration-3351dc44d67c
2. https://github.com/autogluon/autogluon/issues/12…
-
**Bug Report Checklist**
- [ ] I provided code that demonstrates a minimal reproducible example.
- [ ] I confirmed bug exists on the latest mainline of AutoGluon via source install.
- [x] I c…
-
Given the current functionality:
```
python runbenchmark.py {framework}:latest
```
which is equivalent to building from source from the master branch,
I'd like to be able to do:
```
# U…