We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1511fb8 commit d618102Copy full SHA for d618102
03_autogluon.py
@@ -9,7 +9,6 @@
9
from utils import load_data
10
11
12
-N_JOBS = 4 * 4 * 9
13
SEC = 60
14
15
requirements.in
@@ -1,8 +1,8 @@
1
numpy
2
scipy
3
pandas
4
-scikit-learn>=0.24
5
-lightgbm>=3.1.1
6
seaborn
7
-mxnet_cu101 # or mxnet if don't have a gpu
8
-autogluon
+mxnet_cu102 # insert your own cuda number OR 'mxnet' if don't have a gpu
+autogluon
+scikit-learn>=0.24
+lightgbm>=3.1.1
0 commit comments