probabilityclassselector
probabilityclassselector ¶
Module for probability selection
Classes¶
ProbabilityClassSelector ¶
Selection class for a specific dataframe which selects based on a class column and a prediction column
Parameters:
-
data
(DataFrame
) –Includes the data to investigate
-
class_col
(str
) –column name containing the classes
-
prob_col
(str
) –column name containing the prediction probabilities
-
min_delta
(float
, default:0.1
) –The minimum difference between minimum and maximum probability; default 0.1
Source code in niceml/utilities/filtering/probabilityclassselector.py
Functions¶
get_selected_data ¶
Filter and sort the data due to the selection
Source code in niceml/utilities/filtering/probabilityclassselector.py
get_selection_info ¶
Returns info about the possible selections
Source code in niceml/utilities/filtering/probabilityclassselector.py
Selection
dataclass
¶
Specific selection with regard to SelectionInfo
SelectionInfo
dataclass
¶
What classes and probability range is included in data