fds
fds copied to clipboard
DSCI-633: Foundations of Data Science https://github.com/hil-se/fds
Running `test.py` for project returns an error: `ModuleNotFoundError: No module named 'assignments.assignment8'` This is being caused because of [this line](https://github.com/hil-se/fds/blob/f48bc35ca8fbe6caf1f559b6c1d4196e5144bd15/assignments/project/test.py#L8C1-L8C1): `from assignments.assignment8.my_evaluation import my_evaluation` This should be solved with: `from...
The due date of Assignment 10 has been adjusted to 11/16 to allow potential usage of it in your projects and resubmissions if scored low.
Hello Everyone, I am your instructor for this course. I am an assistant professor in the Department of Software Engineering at RIT who graduated from NC State University in 2020....
The [Assignment 0](https://github.com/hil-se/fds/blob/master/assignments/assignment0.md) has been updated to include the correct TA Github username for this semester. For those of you who have started early on Assignment 0, please check the...