automl/auto-sklearn

Stress test repeated construction and fitting from same process

Open

#1,303 创建于 2021年11月17日

在 GitHub 查看
 (3 评论) (0 反应) (0 负责人)Python (1,265 fork)batch import
Good first issuemaintenance

仓库指标

Star
 (7,270 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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.

贡献者指南