-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Impute missing data #24
base: main
Are you sure you want to change the base?
Impute missing data #24
Conversation
Thanks for the PR @Slazz26 ! I move it to AgisTaTerre's repo directly :) Some general comments:
|
Example failed with this error: |
Merge branch 'impute_missing_data' of https://github.com/KetsiaGuichard/telraamStats into impute_missing_data # Conflicts: # R/impute_missing_data.R
Hi @Slazz26 |
Hi @KetsiaGuichard, I’ve integrated preprocessing functions into my example to manage the exclusion of sensor inactivity periods. If these inactive periods remain, missing values will be filled in, which could introduce bias into the analysis. By utilizing the retrieve_missing_data function, I can significantly reduce the number of missing data points that need to be imputed—four times fewer, in fact. However, if this preprocessing step is unnecessary, I can omit it from the example altogether. Best regards. |
add fine tuning function modif on impute_missing_data : reorganize validate_and_preprocess_data and add let the choice to finetune the model
Add function to impute missing data by randomForest