File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,13 +25,16 @@ Development of the ML-assisted recommendation: develop_library_transformation.ip
2525Now we just need to add it the probability distribution to assign probabilities
2626
272722-04-2025
28- There are several parameters neccessary here. The method we will fix to XGboost, there is a beta parameter
28+ Afternoon : There are several parameters neccessary here. The method we will fix to XGboost, there is a beta parameter
2929scheme that could be set per round. The strategy for including data in the model. Perhaps at some point in
3030the optimization "forgetting" is better than keep stacking data on top.
3131
32-
3332{"n_screened_strains": n_screened,
3433 "ml_method" : "xgboost",
3534 "beta": 2** (2.5),
3635 "data_strategy" : "all", # there are multiple strategies here,
37- "sequencing_selection_method": "best_sampling",}
36+ "sequencing_selection_method": "best_sampling",}
37+
38+ Evening: implemented probability assignment to library elements. For tomorrow, we should finish the implementation
39+ and do some tests. Also, I should start writing some pytests to keep everything in check, since there are starting
40+ to be many edge cases.
You can’t perform that action at this time.
0 commit comments