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)"`
]
},
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