raoulg / MLopdracht

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

├── README.md       <- this file
├── data            <- store your data here
│   ├── final         <- results
│   ├── processed     <- preprocessed data
│   ├── raw           <- raw, initial data
│   └── sim           <- simulated data
├── dev             <- used during development
│   ├── notebooks     <- jupyter / pluto notebooks
│   └── scripts       <- demo scripts
├── docs            <- documentation
├── references      <- other research papers
├── reports         <- your report, presentation, etc
│   ├── img           <- image folder for report
│   └── report.qmd    <- empty reportfile. You can use .qmd or .tex
└── src

This is a setup for the practical assignment for the Machine Learning course. I created the template with https://github.com/raoulg/DsTemplate

There is a Makefile that installs some things I like for my environment: make all will install https://starship.rs/ (and some nerdfonts), auto-suggestions and zoxide. You can skip that if you want to, but I would recommend still to do make add-path if you want to skip it.

I also added make format and make lint to run some linting on the src and dev/scripts folders. Note that running make format possible solves errors that make lint will find.

For documentation, you can use

For the report, you can either use

  • Quarto which is relative easy
  • latex which is much more complex but gives better typesetting for more professional looking reports.

About


Languages

Language:HTML 57.9%Language:Python 22.2%Language:Jupyter Notebook 8.5%Language:Makefile 5.4%Language:Dockerfile 3.0%Language:TeX 3.0%