Coder Social home page Coder Social logo

kubric's Introduction

Linear Regression

READ ALL THE INSTRUCTIONS CAREFULLY.

The Challenge

We are providing you with a dataset that contains data about "Area of a piece of land (in sq. feet) vs price of the land (in Rs./sq. foot)". Implement Linear Regression over the provided data. You can find the dataset at the following URLs -

The data has already been split into training and testing sets. DO NOT split it further. Use ALL of the training data for fitting the linear regression model.

Inspect the data once

Getting Started

You can use numpy, pandas, scipy & requests. We suggest creating a new virtual environment and installing these libraries there using -

pip install -r requirements.txt

You must add your code in the regression.py file in the predict_price function. Don't change anything else in the file.

Once you are ready, evaluate your code before submitting it by running it using -

python3 regression.py

Your root mean squared error (RMSE) must be under 170 for the submission to succeed. The above command will measure that and throw an error if the RMSE is higher.

kubric's People

Contributors

narenrahul 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.