szabgab / wis-python-course-2024-04

16 stars 9 forks source link

Project submission - Hernan Rubinstein #268

Closed hernanRubinstein closed 2 months ago

hernanRubinstein commented 4 months ago

Hello,

After discussing with Chen Davidian Karisi, I have successfully upgraded my code and addressed all identified bugs. I've also received and validated results from other lab members, confirming their proper functionality. Our next step involves incorporating additional statistical tests into the repository.

You can access the updated code on this GitHub repository.

I am grateful for the course, which has provided valuable insights, and I am excited to see how our work contributes practically.

Best regards, Hernan

szabgab commented 2 months ago

The requirement.txt had a lot of entries that should not be listed:

-mpl_toolkits
-subprocess
-tkinter 
-sklearn
-traceback
-argparse

One should not have code in the application that installs modules. That should be the responsibility of the person downloading your code.

Otherwise nice.