Skip to content
This repository was archived by the owner on Mar 12, 2021. It is now read-only.

rharish101/AdvancedML

Repository files navigation

Advanced Machine Learning

This is the repository for the projects of the course "Advanced Machine Learning" (252-0535-00L), offered in Autumn 2020 at ETH Zurich.

Group

The group name is "Advanced Machines". The group members are:

For Contributors

  1. Install Poetry

  2. For VSCode install

  3. For any other editors install

    • Their own set of Python languge services
    • Pyright
  4. Clone project and change into the project directory

  5. If you're using VSCode, copy .vscode/settings.json.default to .vscode/settings.json.

  6. Create a Python virtual environment (e.g. conda create -n aml python=3.8.5 or virtualenv env)

  7. In VSCode, Press Ctrl + Shift + P and select Python: Select Interpreter to set your virtual environment as the default for this workspace (you might need to restart VSCode to see the desired option or specify the path manually).

  8. Activate the environment (e.g. conda activate aml or source ./env/bin/activate)

  9. Install required dependencies with poetry install

  10. Install pre-commit hooks from the root directory of this repository:

    pre-commit install

NOTE: You need to be inside the virtual environment every time you commit.

About

Repository for Advanced Machine Learning projects

Topics

Resources

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •  

Languages