Skip to content

ValeriaF22/OOP-Data-Science

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

OOP-Data-Science

Object Oriented Programming for Data Science with Python

The goal of this project is to use Object Oriented Programming for Data Science with Python. The “Loan Prediction with 3 Problem Statement” dataset from kaggle is used for this project. There are three csv files with data for training, test and test targets. This problem was treated as a classification problem, trying to predict whether the loan candidate was applicable to get a loan or not. Additionally, OOP is used as a programming paradigm, therefore four classes are created:

  1. ExploratoryDataAnalysis Class

  2. PreProcessing Class

  3. Processing Class

  4. MachineLearning Class

About

Object Oriented Programming for Data Science with Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published