Data preprocessing (hibou.preprocessing)#

Description#

This module allows to extract the wanted variables from training and testing data set and to clean all the rows that contains at least one missing value.

Warning

As the rows that contain at least one missing value will be deleted, be sure to not extract variables that you don’t need. It could reduce your data sets sizes.

Moreover, this module also provides function to split your inputs and targets datasets into training and testing dataset according to the given scenario.

License#

This project is licensed under the GNU Affero General Public Licence v3.0. For more information please see the LICENSE file.

Functions#