report.plot.classification.py - questions #562
-
There are a couple of things that I may be missing or need to be clarified in this class:
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
@mahshidaln could you please help answer the questions above? |
Beta Was this translation helpful? Give feedback.
-
@mahshidaln
And these are the
|
Beta Was this translation helpful? Give feedback.
-
@rjavadi To answer your questions:
I can also make the changes If you want me to. Thanks. |
Beta Was this translation helpful? Give feedback.
-
@mahshidaln @amrit110
but in method signature it is: I don't know why pytest didn't catch it when running tests. |
Beta Was this translation helpful? Give feedback.
@rjavadi To answer your questions:
if len(self.template.layout.colorway) >= self.class_num
, we need to replaceclass_num
with length ofslice_metrics
.metric_values = [metrics[metric_name]]
I can also make the changes If you want me to. Thanks.