Home
Model
User space
Structure preprocessing
Data preprocessing
Modelling pipeline
Manual
Help
Contact
User Space
My Data
My Model
My Report
Structure Preprocessing
File check
Validation of molecules
Standardization of molecules
Custom Preprocessing
Data Preprocessing
Imputation of missing values
Removing low variance features
Removing high correlation features
Univariate feature selection
Tree-based feature selection
RFE feature selection
Modelling Process
Start Pipeline
Feature Calculation
Model Selection
Model Building
Prediction
Model interpretation
Feature importance
Tree visualization
Other tools
Statistical Analysis
Random training set split
Diverse training set split
| Step 1: Upload your file
Choose your file:
Example
| Step 2: Set parameters
Choose the missing values type
"NaN" - The placeholder for the missing values in your file.
"0" - The placeholder for the missing values in your file.
Choose the strategy
"mean" - replace missing values using the mean along the axis.
"median" - replace missing values using the median along the axis.
"most_frequent" - replace missing using the most frequent value along the axis.
Choose the axis
"0" - impute along columns.
"1" - impute along rows.