Giter Site home page Giter Site logo

california-housing's Introduction

California_Nanobelka

Project for Yandex.Praktikum

Purpose

To train a linear regression model to predict the median cost of housing in a particular area.
Metrics for model evaluation: R2, RMSE, MAE.

Input

Housing data in California in 1990 grouped by borough.

Tasks:

  • use pySpark and MLlib for solution;
  • divide the data into train and test samples;
  • for numerical features apply:
    • scaling;
    • polynomial expansion;
  • for categorical features apply:
    • one hot encoding;
    • clustering based on some numerical features;
  • apply random grid search for tuning of hyperparameters;
  • select best hyperparameters on cross-validation;
  • combine all steps into pipeline;
  • create 2 models:
    • using all available source features;
    • using only numerical source features.
  • evaluate the metrics of the created models:
    • for cross-validation;
    • on test samples.

Visualization examples

Median house value

Median house value

Median house value by clusters

median_house_value_income_clusters

median_house_value_income_clusters

map_geographical_clusters

Динамика метрик при обучении нейронной сети

california-housing's People

Contributors

nanobelka avatar

Stargazers

 avatar  avatar  avatar

Watchers

 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.