Update Review home authored by Sushant Sharma-Chaudhary's avatar Sushant Sharma-Chaudhary
# EM-Bright random forest review # EM-Bright random forest review
## Outlook of the code ## Outlook of the code
Review work can be divided into three portion Review work can be divided into three portion (in branch random)
1. Random forest implementation 1. Random forest implementation
2. Condor dag writer script 2. Condor dag writer script
3. Implementation in em_bright.py 3. Implementation in em_bright.py
...@@ -16,3 +16,4 @@ Script : [Dag Writer](https://git.ligo.org/sushant.sharma-chaudhary/em-bright-rf ...@@ -16,3 +16,4 @@ Script : [Dag Writer](https://git.ligo.org/sushant.sharma-chaudhary/em-bright-rf
This code writes the workflow dag in order to submit to condor. It again take's Deep's common workflow scheme and separates for KNN and RandomForest classifier. This code writes the workflow dag in order to submit to condor. It again take's Deep's common workflow scheme and separates for KNN and RandomForest classifier.
### Implementation in em_bright.py ### Implementation in em_bright.py
Relevant lines : [implementation](https://git.ligo.org/sushant.sharma-chaudhary/em-bright-rf/-/blob/random/ligo/em_bright/em_bright.py#L115-167)
\ No newline at end of file