Skip to content

Stress test repeated construction and fitting from same process #1303

Open
@eddiebergman

Description

@eddiebergman

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions