hibou.filters.co2_thresholding#
- hibou.filters.co2_thresholding(inputs: DataFrame, targets: DataFrame, min_value: float = -10, max_value: float = 10)#
Only keep Targets.CO2 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:
-10. The value ofTargets.CO2below which the data will be ignored.- max_value
int, optionnal By default:
10. The value ofTargets.CO2above which the data will be ignored.
Variables used#
Target.CO2
- inputs