Collaborating with the Data Science Team
The Data Science team is here to help! Don’t be concerned about asking us any questions related to the projects. If we don’t know the answer, we’ll be sure to help you find someone who does.
If you have any questions check with your TA and then reach out to the DS Team. You can contact us via datamine-help@purdue.edu. |
DS Question Checklist:
When troubleshooting a problem, there are often common questions that we ask in order to understand what we can help you with. Please read and answer (if you can) the items below. If your problem doesn’t fit any of these, no worries! We are still here to help.
-
Could you please describe the issue that you are facing? (We use these descriptions to help understand the problem)
-
Include screenshots and copy paste the code that you are having issues with if it isn’t in a notebook.
-
|
-
What’s the absolute path to your code?
-
Its format should be something like this:
/anvil/projects/tdm/corporate/your_team/file.py
-
Often, we will attempt to run your code to see if we’ve fixed the problem or to better understand the issue.
-
If the code is stored locally (on your computer, or in your home directory), please move it to the data depot (/anvil/projects/tdm/corporate/your_team/…) so that we can access it.
-
|
-
What troubleshooting steps have you tried so far?
-
Be sure to include who was involved in the troubleshooing so we know which people in include in an email update.
-
We are always here to help, but The Data Mine is all about learning. It’s important to try different solutions before you ask us for help.
-
We also encourage working with your teammates. Students come from all types of disciplines and may have a different approach or a different skillset.
-
In general, the more detailed your troubleshooting information, the better.
-
|
-
Is there a minimum reproducible example that you could provide?
-
When troubleshooting, it’s common to try and reduce the complexity of the problem. If you are hitting an error at the very end of a complex process is there a way to reduce the complexity and hit the same error?
-
If there is, then it’s valuable to send us that example (it’s easier to troubleshoot). However, more often than not you’ll find a solution to the original problem when trying to build the simpler example.
-
|
Don’t worry if you get stuck. Everyone (including every member of The Data Mine staff) gets stuck. The important thing is to continue working and find resources when you need them. |