Created
June 14, 2020 05:37
-
-
Save j450h1/6c53c1879944449ae39bea0f2bfd42ea to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
f1_gbt = MulticlassClassificationEvaluator(labelCol="indexedLabel", metricName='f1').evaluate(predictions_gbt) | |
print('F1', f1_gbt) | |
F1 0.7115836101882613 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment