Code Monkey home page Code Monkey logo

fsdse-commit-live's Introduction

GitHub Logo

Let's Get Rolling - Student Pre-Read

Before this lesson, we recommend you go through

Learning Objectives

After this lesson, you'll be able to

  • Use Commit.Live Web App
  • Use Commit.Live IDE
  • Use Commit.Live CLI

Agenda

  • Why Commit.Live ?
  • Comit.Live Platform
  • Comit.Live Web Application
  • Comit.Live IDE
  • Comit.Live Command Line (CLI)
  • Practice Exercise

Slides

@gslides

Download

  • Download for Linux
    • If Atom is already installed this will replace your Atom, please save your settings if you have any
    • To install use command sudo dpkg -I <downloaded-file-path>
  • Download for MacOS X

Practice Exercise

  • Let's do a small exercise to see how Commit.Live web application, IDE and CLI works together

  • Navigate to web application dashboard and click on continue button under current course. This will take you to lesson page.

  • To open this repo inside Commit.Live IDE click on Open in app button on lesson page and copy the open command which will look like below

      clive open fsdse-commit-live
    
  • Run above command in Commit.Live IDE terminal

  • Let's quickly go through what we have in repo

       data - Contains dummy data set
       test - Contains test cases
       build_model.py - File which we are going to run and test
       README.md - Readme file
    
  • build_model.py tries to solve one of ML problem using two algorithms below:

    • RandomForestClassifier
    • LogisticRegression
  • We will first run test cases present in the test folder and see test case output.Open terminal and run test command

      clive test
    
  • This will run test cases against the build_model.py file. Your test case will fail ans say you can improve accuracy even more

  • Now open build_model.py and change build method to buildLogisticRegression. You last line in build_model.py should look like below:

        build = buildLogisticRegression
    
  • Now again run test command again.This time your test case will pass

  • To submit PR and changes to repo use below command:

      clive submit
    

fsdse-commit-live's People

Contributors

pradeepjaiswar avatar mahesh0723 avatar sangamangreg avatar

Watchers

James Cloos 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.