Skip to content

NCState-Exploring-Machine-Learning/project-collecting-data

Repository files navigation

Project - Collecting Data

Passing all test cases is required for you to finish.

You can run your tests in terminal by doing the following:

Make sure your terminal is in this directory. You can confirm that is true by typing pwd in terminal.

Create a virtual environment with

python -m venv ./.collecting-data

Then activate it in terminal:

Windows: .\.collecting-data\Scripts\activate

Mac: source ./.collecting-data/bin/activate

Linux: source ./.collecting-data/bin/activate

Then run pytest to verify everything is working.

Please read this unit in the following order:

  1. rubric.md (view in preview mode!)
  2. collecting_data.ipynb

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published