automl/auto-sklearn

Stress test repeated construction and fitting from same process

Open

#1303 aperta il 17 nov 2021

Vedi su GitHub
 (3 commenti) (0 reazioni) (0 assegnatari)Python (1265 fork)batch import
Good first issuemaintenance

Metriche repository

Star
 (7270 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

From issue #1302, it appears autosklearn is a bit unstable when run many times in the same script, i.e. in a for loop.

for i in range(400):
    automodel = AutoSklearn(full_resources)
    automodel.fit(x, y)

We currently have no test for this and it would be good to see if we can reproduce the same connection refused error.

Guida contributor