Skip to content

Commit 7c16e33

Browse files
committed
ml_assisted_library_transform implementation (work in progress)
1 parent b74c317 commit 7c16e33

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

todos.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,16 @@ Development of the ML-assisted recommendation: develop_library_transformation.ip
2525
Now we just need to add it the probability distribution to assign probabilities
2626

2727
22-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
2929
scheme that could be set per round. The strategy for including data in the model. Perhaps at some point in
3030
the 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.

0 commit comments

Comments
 (0)