Skip to content

Python project for the Fundamentals of Data Science class for the MSc. in Data Science at the Sapienza University of Rome. The main purpose of the project is to create different classification models to predict strikes/balls using 2022 MLB pitching data.

License

Notifications You must be signed in to change notification settings

msancor/FDS-Final-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fundamental Methods for Data Science - Final Project

This is a Github repository created to submit the Final Project of the Fundamental Methods for Data Science (FDS) course for the MSc. in Data Science at the Sapienza University of Rome.


What's inside this repository?

  1. README.md: A markdown file that explains the content of the repository.

  2. main.ipynb: A Jupyter Notebook file containing all the relevant exercises of the project.

  3. modules: A folder that includes two Python files that include custom-made modules made to build Machine Learning classifiers:

    • __init__.py: A file that initializes the modules.

    • auxiliary_functions.py: A module that includes data-handling and data-plotting auxiliary functions used on main.ipynb.

    • neural_net.py: A module that includes a Neural Network classifier along with auxiliary functions for training and plotting.

  4. final_project_report.pdf: Final Report of the Project.

  5. .gitignore: A predetermined .gitignore file that tells Git which files or folders to ignore in a Python project.

  6. LICENSE: A file containing an MIT permissive license.


Authors:

MSc. in Data Science, Sapienza University of Rome

About

Python project for the Fundamentals of Data Science class for the MSc. in Data Science at the Sapienza University of Rome. The main purpose of the project is to create different classification models to predict strikes/balls using 2022 MLB pitching data.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published