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#

inputspd.DataFrame

The pd.DataFrame that contains the inputs data.

targetspd.DataFrame

The pd.DataFrame that contains the targets data.

min_valueint

The value of Targets.BOWEN_RATIO below which the data will be ignored.

max_valueint

The value of Targets.BOWEN_RATIO above which the data will be ignored.

Variables used#

  • Targets.BOWEN_RATIO