Rishabh Singhal

Results 5 issues of Rishabh Singhal

## Related Issuse - Info about Issue or bug Closes: #297 #### Describe the changes you've made Added sum_of_digits.py which calculates sum of digits using recursion in python. ## Type...

Python2.7 is obsolete, hence the instructions for installation on Ubuntu need to update. As the command no longer works.

Instead of training model every time, we can store the trained model once. It will save computational time too, and we can work on more than one model

assigned
GSSoC21
Level1

We can add a feature to upload a csv file with rows containing the data required, then we can process it to predict the value for all the rows

assigned
GSSoC21
Level2

Hi @diafygi, I really liked the idea of what you have implemented. I was thinking we can refactor this code into modular pieces to improve scalability and addition of new...