/MLEND-Udacity-P3

Primary LanguagePythonOtherNOASSERTION

Working in a command line environment is recommended for ease of use with git and dvc. If on Windows, WSL1 or 2 is recommended.

Environment Set up

  • Download and install conda if you don’t have it already
    • Use the supplied requirements to install libraries (pip install -r requirements.txt), or
    • conda create -n [envname] "python=3.8" scikit-learn pandas numpy pytest jupyter jupyterlab fastapi uvicorn -c conda-forge