NishkarshRaj / 100DaysofMLCode

My journey to learn and grow in the domain of Machine Learning and Artificial Intelligence by performing the #100DaysofMLCode Challenge. Now supported by bright developers adding their learnings :+1:
http://github.com/NishkarshRaj
MIT License
319 stars 159 forks source link

Random Forest Classification #23

Open NishkarshRaj opened 4 years ago

NishkarshRaj commented 4 years ago

I have programmed for Random Forest Classification in both R and Python.

Please help me create a explanatory markdown documentation for the same.

Link for the code is here.

Kaif10 commented 3 years ago

I would like to solve this issue. Can you explain what kind of document do you need?

NishkarshRaj commented 3 years ago

@Kaif10 A basic introduction for the algorithm and brief explanation of syntax of the code.

pragyakapoor commented 3 years ago

Is this still open? Can help with python code documentation.

NishkarshRaj commented 3 years ago

@pragyakapoor Yes, its opened! We have documentation for the topic but not for the codes! It would be great if you can add an explanation for programs in Python and R or either of them

white-peed commented 2 years ago

@NishkarshRaj , I think the comments present in the python code is looking good. Extra comments may make the code look clumsy. Also, if we make a separate documentation, it will be quite similar to the documentation for the topic. So, should we create a specific documentation explaining only the python code?