Author: | | Michael Furner |
Category: | | Preprocessing |
Date: | | 2020-07-20 |
Depends: | | weka (>=3.7.1), EMImputation (>=1.0.1) |
Description: | | Class that implements the DMI imputation algorithm for imputing missing values in a dataset. DMI splits the dataset into horizontal segments using a C4.5 (J48) decision tree in order to increase the correlation between attributes for EMI. EMI is performed to impute missing numerical attribute values and mean/mode (within a leaf) imputation is used to perform missing categorical attribute values. Uses Amri Napolitano's EMI implementation for Weka. |
License: | | GPL 3.0 |
Maintainer: | | Michael Furner <mfurner{[at]}csu.edu.au> |
PackageURL: | | https://github.com/zislam/DMI/releases/download/1.2/DMI.1.2.zip |
URL: | | https://github.com/zislam/DMI/ |
Version: | | 1.2 |