You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/home/ssf/.conda/envs/geotransformer/lib/python3.8/site-packages/sklearn/metrics/_classification.py:1245: UndefinedMetricWarning: Precision and F-score are ill-defined and being set to 0.0 due to no predicted samples. Use zero_division parameter to control this behavior.
_warn_prf(average, modifier, msg_start, len(result))
Will this warning have an effect on training results?
The text was updated successfully, but these errors were encountered:
/home/ssf/.conda/envs/geotransformer/lib/python3.8/site-packages/sklearn/metrics/_classification.py:1245: UndefinedMetricWarning: Precision and F-score are ill-defined and being set to 0.0 due to no predicted samples. Use
zero_division
parameter to control this behavior._warn_prf(average, modifier, msg_start, len(result))
Will this warning have an effect on training results?
The text was updated successfully, but these errors were encountered: