This folder is for practice projects in data science and machine learning. Projects are joint between Thomas Robacker and Ben Salisbury. The list of projects are below and containined in each subdirectory. Links to data sources will be given but the data itself will not be copied here.
Ideas for projects came from:
- https://data-flair.training/blogs/machine-learning-project-ideas/
- https://www.geeksforgeeks.org/top-data-science-projects/
- Stock Price Prediction
- Fake News Detection
When outputting environment information after updating Python libraries, use
conda env export > environment.yml
to export a YAML file and
conda list -e > requirements.txt
to export a text file. It's not clear at this point which one is more advantageous, so do both to be safe.