Skip to content

The project for the "Data intensive application programming" course of my university degree

License

Notifications You must be signed in to change notification settings

benedettapacilli/data_intensive_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

data_intensive_project

Project Description

This project is divided into two parts. The first part is the prediction of Airbnb listings' guest satisfaction. The second part is the classification of patients into those who have diabetes and those who do not.

File overview

  • src: contains the source code for the project
    • airbnb_guest_satisfaction: contains the source code for the Airbnb guest satisfaction prediction
      • Aemf1.csv: the dataset used for the prediction in CSV format
      • test.py: the file we used to test our code before writing the corresponding notebook file
      • airbnb-guest-satisfaction-prediction.ipynb: the notebook file containing the code and the results of the prediction
    • diabetes_prediction: contains the source code for the diabetes classification
      • diabetes_prediction_dataset.csv: the dataset used for the classification in CSV format
      • test.py: the file we used to test our code before writing the corresponding notebook file
      • diabetes-prediction.ipynb: the notebook file containing the code and the results of the classification

About

The project for the "Data intensive application programming" course of my university degree

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published