/dataScience

Repository for practicing data science techniques.

Primary LanguageJupyter Notebook

Data Science

Repository for practicing data science techniques.

this repository is divided into data and notebooks

1️⃣ Census:

  • The data used in this analyses was directly obtained from UCI. This dataset is intended to predict whether a person earns more than 50,000 a year.

  • Prediction Algorithm:

    • In this case, the Decision Tree algorithm was used for salary prediction.
    • The Decision Tree Algorithm has an Accuracy of 81.6%.
  • 📊 Attribute information:

    • Age
    • Workclass
    • fnlwgt
    • Education
    • Education-num
    • Matirial-status
    • Occupation
    • Protective-serv
    • Relationship
    • race
    • Sex
    • Capital-gain
    • Capital-loss
    • Hours-per-week
    • Native-country

2️⃣ Credit:

  • This dataset is intended to predict whether the individual will be a good payer.

  • Prediction Algorithm:

    • In this case, the Naive Bayes algorithm was used for salary prediction.
    • The Naive Bayes Algorithm has an Accuracy of 93.8%.
  • 📊 Attribute information:

    • ClientID
    • Income
    • Age
    • Loan
    • Default

🔎 References:

Contact

Linkedin Gmail