Update README.md
Browse files
README.md
CHANGED
|
@@ -136,6 +136,8 @@ The expected output format for this model is a generated interview question foll
|
|
| 136 |
the expected output format below.
|
| 137 |
|
| 138 |
```
|
|
|
|
|
|
|
| 139 |
```
|
| 140 |
|
| 141 |
# Limitations
|
|
|
|
| 136 |
the expected output format below.
|
| 137 |
|
| 138 |
```
|
| 139 |
+
How do you handle missing data in your datasets? I use various imputation techniques such as mean imputation, median imputation, and KNN imputation to fill in
|
| 140 |
+
missing values. I also use techniques like forward and backward filling to handle missing data in time series data.
|
| 141 |
```
|
| 142 |
|
| 143 |
# Limitations
|