Update Marek_questions authored by Sushant Sharma-Chaudhary's avatar Sushant Sharma-Chaudhary
## Questions asked
1.**For the "number_of_karoo_runs = 2", shouldn't it be 200?**
1. **For the "number_of_karoo_runs = 2", shouldn't it be 200?**
Ans: Yes. It was limited to 2 just to test changes. The final probabilities are generated with all 200 runs
......@@ -9,7 +9,7 @@ Ans: Karoo-gp is an external package based on genetic_programming. Its performan
3. **"far_threshold = 3.858e-7", why this threshold?**
Ans: The far threshold is in combined_far and is currently set at 1/month.
Ans: The far threshold is in combined_far and is currently set at 1/month. The alert threshold is 1/2month and we are slightly staying below that
4. **If you do the split 0.7, do you have enough data to train? I think I've already asked about it.**
......
......