sklearn warning error learning record

Warning

ConvergenceWarning:

  • Which means max_iter WAS Reached at The coef_ DID not at The Converge
    "at The coef_ DID not Converge", ConvergenceWarning)
    the number of iterations is not enough, not convergence parameters, it set a reasonable convergence max_iter

FutureWarning:

  • The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
    Provided gamma i.e. the parameter kernel function coefficients to 'auto'

UndefinedMetricWarning:

Published 79 original articles · won praise 37 · views 8873

Guess you like

Origin blog.csdn.net/SinclairWang/article/details/104372221