hibou.filters.le_thresholding#

hibou.filters.le_thresholding(inputs: DataFrame, targets: DataFrame, min_value: float = -10, max_value: float = 500)#

Only keep Targets.LE 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, optionnal

By default: -10. The value of Targets.LE below which the data will be ignored.

max_valueint, optionnal

By default: 500. The value of Targets.LE above which the data will be ignored.

Variables used#

  • Target.LE