Skip to content

Commit

Permalink
Update report_thesis/src/sections/summary.tex
Browse files Browse the repository at this point in the history
Co-authored-by: Christian Bager Bach Houmann <[email protected]>
  • Loading branch information
Pattrigue and chhoumann authored Jun 12, 2024
1 parent f3e79ba commit 0a73b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion report_thesis/src/sections/summary.tex
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ \section*{Summary}
We developed a k-fold data partitioning algorithm to ensure rigorous evaluation and prevent data leakage.
This method involved assigning fold numbers sequentially using a modulo operation for a random-like distribution and handling extreme values by redistributing them evenly across the training folds.
Additionally, we managed extreme concentration values by identifying them at specific percentiles and ensuring they were distributed evenly across the training folds, preventing any single fold from being disproportionately influenced.
We created a web application with a slider to determine the percentile value for handling extreme values and dropdown menus to select the target oxide and the cross-validation method, which would then plots to visualize the distribution of extreme values across the folds.
We created a web application that allows users to determine percentile values for handling extreme values and select the target oxide and cross-validation method. The application then visualizes the distribution of extreme values across the folds.
Our cross-validation framework systematically evaluated model performance using these partitions, providing robust estimates of accuracy and generalizability.
To identify the most effective combinations of models and preprocessing techniques, we employed an automated hyperparameter optimization framework, Optuna, which systematically searched for optimal hyperparameters for each regression target.

Expand Down

0 comments on commit 0a73b9c

Please sign in to comment.