Skip to content

Insper/ml_labs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine Learning

It is recommended that you fork this repository for your own work, so that you can commit your changes to your own remote repository.

Installation instructions

It is really recommended that you use "Anaconda" or "Miniconda" (which is a light version of Anaconda) as your Python installation and package manager. If you don't have it installed, do it. If you really want to handle things differently (e.g. use venv or the system's Python installation) you are on your own - the professor will not debug your Python environment.

Once Anaconda is available, run the following:

  • Create the Anaconda environment for this course:
conda env create -f environment.yml
  • Activate the newly-created environment. Every time you want to work on this material you must activate the environment first.
conda activate ml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published