Skip to content

Disable Verbose/Info printing from sklearnex #1610

Closed Answered by xxwikkixx
xxwikkixx asked this question in Q&A
Discussion options

You must be logged in to vote

Alrighty seems like its using the standard python logging library so I have figured out to do the following.

import logging
logging.disable(logging.INFO)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by xxwikkixx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant