Coder Social home page Coder Social logo

mkhoin / tdwi_intro_ml_one_day Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dataweekends/tdwi_intro_ml_one_day

0.0 1.0 0.0 324 KB

Hands-on Introduction to Machine Learning with Python, Pandas, Matplotlib and Scikit-Learn

License: MIT License

Jupyter Notebook 98.67% Python 1.33%

tdwi_intro_ml_one_day's Introduction


Build Status

TDWI Intro to Machine Learning

Hands-on Introduction to Machine Learning with Python, Pandas, Matplotlib and Scikit-Learn

Quick start guide

Download and Install Anaconda Python 3.7

The first step is to download and install Python 3 on your system, together with all the necessary libraries. Luckily for us Anaconda provides a convenient way to do so. Just download and install it here:

https://www.anaconda.com/download

Next we are going to download the code and access the notebooks. The following commands should be run from a terminal.

Clone this repository on your local computer

git clone https://github.com/Dataweekends/tdwi_intro_ml_one_day.git

TIP: If you are not familiar with git and github you can just download the most recent release file from the releases tab and unpack the zip file on your computer.

Change to course folder

cd tdwi_intro_ml_one_day

TIP: If you downloaded the zip file and not the repo, your folder name will be tdwi_intro_ml_one_day_master, just cd into that one: cd tdwi_intro_ml_one_day_master

Launch Jupyter Notebook

From the course folder, in the terminal, type:

jupyter notebook

If the command is not recognized try to close and open the terminal again, maybe the path needs to be updated after installation.

TIP: You can also launch Jupyter using the Anaconda Launcher. This will open Jupyter at your default Home location and you will have to manually navigate to the course folder.

Open your browser to

If it didn't open automatically, you can find Jupyter at the following url:

http://localhost:8888

You are good to go! Enjoy!

Instructions for Conda environment creation

The following is not necessary if you have a recent version of Anaconda installed on your computer. If you want to create a virtual environment specifically for this tutorial, we provide an environment configuration file. From the terminal follow these steps:

Change to course folder

cd tdwi_intro_ml_one_day

Create the course environment

conda env create

wait for the environment to create, this may take a few minutes

Activate the environment (Mac/Linux)

conda activate tdwi

Activate the environment (Windows)

activate tdwi

Check that your prompt changed to

(tdwi) $

Now you can run jupyter notebook from within the environment.

Troubleshooting

Updating Conda

If you have installed Anaconda a long time ago, you may want to update it by running

conda update conda

and then

conda update anaconda

tdwi_intro_ml_one_day's People

Contributors

ghego avatar

Watchers

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