hibou.filters.bowen_thresholding#
- hibou.filters.bowen_thresholding(inputs: DataFrame, targets: DataFrame, min_value: float, max_value: float)#
Only keep Targets.BOWEN_RATIO values that are into the given interval.
Parameters#
- inputs
pd.DataFrame The
pd.DataFramethat contains the inputs data.- targets
pd.DataFrame The
pd.DataFramethat contains the targets data.- min_value
int The value of
Targets.BOWEN_RATIObelow which the data will be ignored.- max_value
int The value of
Targets.BOWEN_RATIOabove which the data will be ignored.
Variables used#
Targets.BOWEN_RATIO
- inputs