Skip to content

Latest commit

 

History

History

README.md

Feature Extraction and Feature Selection

Materials

Link to video class here:

Download the presentation here: https://drive.google.com/open?id=1wctFgQe7TSlBEypZbVQqqsfrnpSgOeXPSO-mCJ6jIz4

Use the requirements.txt to create a enviroment and activate it using:

virtualenv -p python3.6 .env
source .env/bin/activate

Install dependencies:

pip install -r requirements.txt

Create a Jupyter kernel using IPykernel as:

python -m ipykernel install --user --name python-data-science --display-name "Python data science"