Transformers
Safetensors
English
ocbyram commited on
Commit
99d488f
·
verified ·
1 Parent(s): 36bb52d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
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