Skip to content
Snippets Groups Projects
Notes Review 01 and 02.ipynb 1.32 KiB
Newer Older
  • Learn to ignore specific revisions
  • schmittu's avatar
    schmittu committed
    {
     "cells": [
      {
       "cell_type": "markdown",
       "metadata": {},
       "source": [
        "- tbd: what did we not tell ?\n",
        "- tbd: extra exercises for the fast students"
       ]
      },
      {
       "cell_type": "markdown",
       "metadata": {},
       "source": [
        "- add links to docs\n",
        "- when script is done: refactor all code examples, then prepare script 0: just intros and explain tricks we use\n",
        "- general: avoid red/green. blue / red seems to work better: https://www.tableau.com/about/blog/2016/4/examining-data-viz-rules-dont-use-red-green-together-53463\n",
        "- maybe add example images from classifiction to the 01 taxonomy section of supervised learning\n",
        "- add extra exercise to 02: use only most promising pair of features.\n",
        "- improve script by adding more references"
       ]
      },
      {
       "cell_type": "code",
       "execution_count": null,
       "metadata": {},
       "outputs": [],
       "source": []
      }
     ],
     "metadata": {
      "kernelspec": {
       "display_name": "Python 3",
       "language": "python",
       "name": "python3"
      },
      "language_info": {
       "codemirror_mode": {
        "name": "ipython",
        "version": 3
       },
       "file_extension": ".py",
       "mimetype": "text/x-python",
       "name": "python",
       "nbconvert_exporter": "python",
       "pygments_lexer": "ipython3",
       "version": "3.6.6"
      }
     },
     "nbformat": 4,
     "nbformat_minor": 2
    }