intel / dffml

The easiest way to use Machine Learning. Mix and match underlying ML libraries and data set sources. Generate new datasets or modify existing ones with ease.
https://intel.github.io/dffml/main/
MIT License
251 stars 138 forks source link

Misc Q & A and discussion #12

Open pdxjohnny opened 5 years ago

pdxjohnny commented 5 years ago

Please use this issue for any Google Summer of Code-related questions and discussion that does not fit elsewhere.

freddieee commented 5 years ago

Hi John, I would like to contribute to this project. According to your advice I am trying to improve the test coverage as the first step. But I found it was a little tricky to get the test coverage report for all modules since test files and module files are in different directories. Do you think it is a good idea to write a script file in the directory "tests" to generate coverage report automatically?

freddieee commented 5 years ago

Sorry, I miss the .coveragerc file in the root, now I can see the report

pdxjohnny commented 5 years ago

No worries! I've created #27 and will add more instructions on how to run coverage, because I forgot until you said this that it took me a bit to get the hang of it, so I'll add docs explaining.

yashlamba commented 5 years ago

Hey! Can I help with some documentation part of the project? It will help me understand the project even better.

pdxjohnny commented 5 years ago

Yes @yashlamba ! I've created #35 so that we have an issue to discuss docs stuff. Thank you!!