Skip to content

TGoode01/datafun-07-applied

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

datafun-07-ml

Overview

Project 7 is a focus on machine learning (ML)

Start a New Project

  • Create Github repo named datafun-07-ml with a default README.md.

  • Clone repo to your machine

  • Add .gitignore file with proper entries

  • Add requirements.txt in root project folder

    Known dependencies for this project:

    • jupyterlab
    • numpy
    • pandas
    • pyarrow
    • matplotlib
    • seaborn
    • scipy

2. Git add-commit-push

git add .
git commit -m "initial commit"
git push

Create Virtual Environment

1. Create Virtual Environment

py -m venv .venv

2. Activate Virtual Environment

.venv\Scripts\activate

3. Set VS Code Interpreter

  • Open Command Palette: Ctrl+Shift+P
  • Search "Python: Select Interpreter"
  • Chose local .venv option

Install necessary dependecies for the project using requirements.txt file.

py -m pip install --upgrade pip setuptools wheel
py -m pip install -r requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors