GithubHelp home page GithubHelp logo

pyspark_lab.github.io's Introduction

Apache Spark: Model building

Now that we've had some practice building models in Apache Spark, it's time to put your skills to the test!

Using the datasets/Heart.csv dataset (credit: ISLR), you will build a binary classification model to predict whether or not a patient has heart disease (AHD) given the following features:

  • Age
  • Sex
  • ChestPain
  • RestBP
  • Chol
  • Fbs
  • RestECG
  • MaxHR
  • ExAng
  • Oldpeak
  • Slope
  • Ca
  • Thal

Data cleaning

  1. Your target column (AHD) needs to be run through a StringIndexer.
  2. ChestPain and Thal need to be run through a StringIndexer and a OneHotEncoder NOTE: You only need one instance of OneHotEncoder for both columns

Train/Test split

  1. Split the data into an 80/20 train/test split. Use 42 as your seed for consistency.
  2. Paste your best accuracy score from the test set below

REPLACE THIS WITH YOUR ACCURACY SCORE

Publish your notebook

You're going to publish your notebook rather than submitting it in this repo. In DataBricks, select File > Publish and paste your URL below:

REPLACE THIS WITH YOUR NOTEBOOK URL

pyspark_lab.github.io's People

Contributors

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