Giter Site home page Giter Site logo

diannejardinez / kaggle-competition-practice Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 2.87 MB

Kaggle Competition Practice

License: MIT License

Jupyter Notebook 100.00%
kaggle-competition-practice prediction machine-learning machine-learning-algorithms gridsearchcv random-forest logistic-regression

kaggle-competition-practice's Introduction

Kaggle Competition Practice

Housing Prices Competition

Kaggle Housing Prices Competition Link

Objective: Predict the sales price of individual residential property in Ames, Iowa from 2006 to 2010. For each Id in the test set, a prediction value should be populated for the SalePrice variable.

Notes on Submissions:

  • first-submission.csv

    • Algorithm: Random Forests
    • Features: ['LotArea', 'YearBuilt', '1stFlrSF', '2ndFlrSF', 'FullBath', 'BedroomAbvGr', 'TotRmsAbvGrd']
    • Root-Mean-Squared-Error (RMSE) score: 22337.06
  • second-submission.csv

    • Algorithm: Gradient Boosting Regression
    • Features: All table variables
    • Used Hyperparameter Tuning - GridSearchCV
    • Root-Mean-Squared-Error (RMSE) score: 182906.48
  • third-submission.csv

    • Algorithm: Gradient Boosting Regression
    • Features: ['LotArea', 'YearBuilt', '1stFlrSF', '2ndFlrSF', 'FullBath', 'BedroomAbvGr', 'TotRmsAbvGrd']
    • Used Hyperparameter Tuning - GridSearchCV
    • Root-Mean-Squared-Error (RMSE) score: 182906.48
  • fourth-submission.csv

    • Algorithm: Linear Regression
    • Features: ['MSSubClass', 'LotFrontage', 'LotArea', 'OverallQual', 'OverallCond', 'YearBuilt', 'YearRemodAdd', 'MasVnrArea', 'BsmtFinSF1', 'BsmtUnfSF', 'TotalBsmtSF', '1stFlrSF', '2ndFlrSF', 'LowQualFinSF', 'GrLivArea', 'FullBath', 'HalfBath', 'BedroomAbvGr', 'KitchenAbvGr', 'TotRmsAbvGrd', 'Fireplaces', 'GarageCars', 'WoodDeckSF', 'OpenPorchSF', 'EnclosedPorch', 'ScreenPorch', 'PoolArea']
    • Root-Mean-Squared-Error (RMSE) score: 20476.40

Titanic Competition

Kaggle Titanic Competition Link

Objective: Use machine learning to create a model that predicts which passengers survived the Titanic shipwreck by using passenger data (ie name, age, gender, socio-economic class, etc).

Notes on Submissions:

  • first-submission.csv

    • Algorithm: Random Forests
    • Features: ['Pclass', 'Sex', 'SibSp', 'Parch']
    • Categorization accuracy score: 0.59569
  • second-submission.csv

    • Algorithm: Random Forests
    • Features: ['Pclass', 'Sex', 'SibSp', 'Parch']
    • Used Hyperparameter Tuning - GridSearchCV
    • Categorization accuracy score: 0.76555
  • third-submission.csv

    • Algorithm: Logistic Regression
    • Features: ['Pclass', 'Sex', 'SibSp', 'Parch']
    • Used Hyperparameter Tuning - GridSearchCV
    • Categorization accuracy score: 0.77511
  • fourth-submission.csv

    • Algorithm: Random Forests
    • Features: ['Pclass','Sex','Age','Fare','Family_cnt','Cabin_ind']
    • Used Hyperparameter Tuning - GridSearchCV
    • Categorization accuracy score: 0.78708

kaggle-competition-practice's People

Contributors

diannejardinez avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.