Update Review home authored by Sushant Sharma-Chaudhary's avatar Sushant Sharma-Chaudhary
...@@ -8,7 +8,7 @@ Review work can be divided into three portion (in branch random) ...@@ -8,7 +8,7 @@ Review work can be divided into three portion (in branch random)
### Random forest implementation ### Random forest implementation
Relevant lines : [random forest](https://git.ligo.org/sushant.sharma-chaudhary/em-bright-rf/-/blob/random/ligo/em_bright/utils.py#L322-364) Relevant lines : [random forest](https://git.ligo.org/sushant.sharma-chaudhary/em-bright-rf/-/blob/random/ligo/em_bright/utils.py#L322-364)
It takes the dataset form Deep's KNN framework, split them to train test (70% training and 30% testing), and then training set is passed onto RandomForest classifier. The **kwargs for the classifier is taken from the config file (./etc/config). It takes the dataset form Deep's KNN framework, and passes the entire dataset onto RandomForest classifier. The **kwargs for the classifier is taken from the config file (./etc/config).
### Condor dag writer script ### Condor dag writer script
Script : [Dag Writer](https://git.ligo.org/sushant.sharma-chaudhary/em-bright-rf/-/blob/random/ligo/em_bright/dag_writer.py) Script : [Dag Writer](https://git.ligo.org/sushant.sharma-chaudhary/em-bright-rf/-/blob/random/ligo/em_bright/dag_writer.py)
... ...
......