You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,31 +101,31 @@ A simple example is demonstrated on the Imputation widget using the example data
101
101
102
102
2. The widget also presents the missing observations percentage table and the missingness plot.
103
103
104
-
3. The Delete Feature button is used to delete a feature from data. This drops a feature which contains a large number of missing values.
104
+
3. The `Delete Feature button` is used to delete a feature from data. This drops a feature which contains a large number of missing values.
105
105
106
-
4. The Impute button is used to replace missing observations by estimated ones using missForest algorithm. If datetime observations are missing, a message stating that datetime imputation is not possible appears in red color in the lower side of the Imputation widget.
106
+
4. The `Impute button` is used to replace missing observations by estimated ones using missForest algorithm. If datetime observations are missing, a message stating that datetime imputation is not possible appears in red color in the lower side of the Imputation widget.
107
107
108
108
5. The information of the missing data in the widget gets updated after each activity.
109
109
110
110
<imgsrc="figures/imputation.png">
111
111
112
112
**Drop feature with large number of missing observations.**
113
113
114
-
In the example dataset, 'Longitude' has a large number of missing values. We use Delete Feature button to delete 'Longitude' feature.
114
+
In the example dataset, 'Longitude' has a large number of missing values. We use `Delete Feature button` to delete 'Longitude' feature.
115
115
116
-
Step 1. Select a feature from Feature column of missing observations percentage table. Click Delete Feature button.
116
+
Step 1. Select a feature from Feature column of missing observations percentage table. Click `Delete Feature button`.
117
117
118
118
<imgsrc="figures/deletefeaturesimputation2.png">
119
119
120
-
Step 2. Delete Feature button in use turns grey in color and returns back to its original color once the task is completed. Check that the selected feature is deleted.
120
+
Step 2. `Delete Feature button` in use turns grey in color and returns back to its original color once the task is completed. Check that the selected feature is deleted.
121
121
122
122
<imgsrc="figures/deletefeaturesimputation4.png">
123
123
124
124
**Illustrate and impute missing observations.**
125
125
126
-
We use Impute button to impute missing values in the example data using missForest method.
126
+
We use `Impute button` to impute missing values in the example data using missForest method.
0 commit comments