python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
GridSearchCV and RandomizedSearchCV in Scikit-learn 0.24.0 or above do not print progress log with n_jobs=-1
In scikit-learn 0.24.0 or above when you use either GridSearchCV or RandomizedSearchCV and set n_jobs=-1, with setting any verbose number (1, 2, 3, or 100) no progress messages gets printed. However, ...
Ashtad
Votes: 0
Answers: 1
Fastest way of running GridSearchCV with multiple CPUs
I need to perform GridSearchCV with 4 different classifiers. I have at my disposal 128 CPUs which i can use in different sessions (2 sessions with 64CPus, 4 sessions with 32 CPUs, etc).
I'd like to as...
heresthebuzz
Votes: 0
Answers: 1
How to stop system from crashing during RandomForest training? Will decreasing the number of workers do some good?
For 140K of NLP data, there will be huge number of features at hand.
So increasing the number of trees from 200 to 350 led to instance crash with n_jobs = 7 | parallel jobs in a 8 CPU-cores machine. I...
Deshwal
Votes: 0
Answers: 1
Top2Vec model (>100MB) doesn't load on Heroku
I have a Python Flask app on Heroku. There are 3 Top2Vec trained models that I'm trying to load as global variables in app.py, before first request:
@app.before_first_request
def models():
global mo...

ViksaaSkool
Votes: 0
Answers: 0