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#

inputspd.DataFrame

The pd.DataFrame that contains the inputs data.

targetspd.DataFrame

The pd.DataFrame that contains the targets data.

max_valueint, optionnal

By default: 95. The value of relative humidity (in percent) above which the data will be ignored.

Variables used#

  • Inputs.PRESSURE

  • Inputs.TEMPERATURE

  • Inputs.MIXING_RATIO