automl/auto-sklearn

Stress test repeated construction and fitting from same process

Open

#1.303 aberto em 17 de nov. de 2021

Ver no GitHub
 (3 comments) (0 reactions) (0 assignees)Python (1.265 forks)batch import
Good first issuemaintenance

Métricas do repositório

Stars
 (7.270 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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.

Guia do colaborador