Skip to content

Grid/RandomizedSearchCV output verbose messages to Jupyter Notebook #5811

@aaronbarzilai

Description

@aaronbarzilai

Scikit-learn with Jupyter notebooks is a great workflow. Scikit-learn with parallel jobs is also wonderful. Verbose messages provide valuable status messages when running through the Search.

Unfortunately, the messages that appear when RandomizedSearchCV or GridSearchCV run in Jupyter notebooks with n_jobs = 1 do not appear in the notebook in the same way when n_jobs specifies running jobs in parallel (e.g. n_jobs = -1 or n_jobs = 4). Can the same information please be displayed in the notebook regardless of parallel or serial processing?

Thanks,
Aaron

PS I discussed this issue with Andreas briefly at PyDataNYC and he suggested adding it here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions