hibou.filters.relative_humidity_thresholding#
- hibou.filters.relative_humidity_thresholding(inputs: DataFrame, targets: DataFrame, max_value: float = 95)#
Only keep the data with relative humidity between 0 and the given max value. The relative humidity is computed from the Inputs data.
Parameters#
- inputs
pd.DataFrame The
pd.DataFramethat contains the inputs data.- targets
pd.DataFrame The
pd.DataFramethat contains the targets data.- max_value
int, optionnal By default:
95. The value of relative humidity (in percent) above which the data will be ignored.
Variables used#
Inputs.PRESSUREInputs.TEMPERATUREInputs.MIXING_RATIO
- inputs