dask / dask-tutorial

Dask tutorial
https://tutorial.dask.org
BSD 3-Clause "New" or "Revised" License
1.83k stars 708 forks source link

Missing image in 08_machine_learning.ipynb #170

Closed hugolmn closed 4 years ago

hugolmn commented 4 years ago

I noticed that the following image is missing from the images folder : ml-dimensions.png This is from the second cell in 08_machine_learning.ipynb

  {
   "cell_type": "markdown",
   "metadata": {},
   "source": [
    "## Types of Scaling\n",
    "\n",
    "There are a couple of distinct scaling problems you might face.\n",
    "The scaling strategy depends on which problem you're facing.\n",
    "\n",
    "1. CPU-Bound: Data fits in RAM, but training takes too long. Many hyperparameter combinations, a large ensemble of many models, etc.\n",
    "2. Memory-bound: Data is larger than RAM, and sampling isn't an option.\n",
    "\n",
    "![](images/ml-dimensions.png)"`
   ]
  },
TomAugspurger commented 4 years ago

Thanks, should be fixed by https://github.com/dask/dask-tutorial/pull/171