Skip to content

[Bug] Under utilizing CPU usage #1363

@JustinDoIt

Description

@JustinDoIt

I trained my model on a 36 core CPU and set n_jobs=-1 and it worked.

 automl = autosklearn.classification.AutoSklearnClassifier(
n_jobs=-1
)

However, from the perspective of htop, auto-sklearn only occupies one or two cores most of the time. Is there any way to improve CPU utilization?

CPU_info

  • python 3.8.5
  • auto-sklearn 0.14.2
  • Ubuntu 20.04

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions