Changes
Page history
Update Review home
authored
Jan 29, 2023
by
Sushant Sharma-Chaudhary
Hide whitespace changes
Inline
Side-by-side
Review-home.md
View page @
e2108f12
...
...
@@ -6,7 +6,7 @@ Review work can be divided into three portion (in branch random)
3.
Implementation in em_bright.py
### Random forest implementation
Relevant lines :
[
random forest
](
https://git.ligo.org/sushant.sharma-chaudhary/em-bright-rf/-/blob/random/ligo/em_bright/utils.py#L
286-312
)
Relevant lines :
[
random forest
](
https://git.ligo.org/sushant.sharma-chaudhary/em-bright-rf/-/blob/random/ligo/em_bright/utils.py#L
322-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).
...
...
...
...