diff options
| author | Loic Guegan <loic.guegan@mailbox.org> | 2023-11-30 11:00:28 +0100 |
|---|---|---|
| committer | Loic Guegan <loic.guegan@mailbox.org> | 2023-11-30 11:00:28 +0100 |
| commit | 513c547d93c89f0bee4ddd07bb77172877fbd28c (patch) | |
| tree | c8e7d747d5f2215083a81948d447306786689242 | |
| parent | df38d022830010a1d72bbb034b6a099e98c19f17 (diff) | |
Minor changes
| -rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ # loosely-policies-analytics -TO BE ADDED SOON! +Analysis folder: +- learning.R: contains two major functions: + - build_models: To generate K-fold cross-validation results (note that hyper-parameters for decisions tree is fixed (no validation set)) + - generate_inputs: generate the inputs for the simulations experiments + the decision tree plots +- days.R: Implement the in-situ learning approach |
