Skip to content

gutfeeling/univariate-linear-regression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status codecov

This repository holds the code for the DataCamp course Unit Testing for Data Science in Python by Dibya Chakravorty.

Please make sure that you have installed the package univariate_linear_regression in this repo using pip before running pytest. Otherwise, you may get ImportErrors.

To install it, first clone the repo.

git clone https://github.com/gutfeeling/univariate-linear-regression.git

Then install the package locally using pip, making sure that you are using Python version >=3.6.

pip install -e univariate_linear_regression

Once the installation finishes, you can run all the tests by doing

cd univariate_linear_regression
pytest --mpl

About

The data science project used in my Datacamp course Unit Testing for Data Science in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published