hibou.filters.h_thresholding#
- hibou.filters.h_thresholding(inputs: DataFrame, targets: DataFrame, min_value: float = -150, max_value: float = 500)#
Only keep Targets.H 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, optionnal By default:
-150. The value ofTargets.Hbelow which the data will be ignored.- max_value
int, optionnal By default:
500. The value ofTargets.Habove which the data will be ignored.
Variables used#
Targets.H
- inputs