Add files via upload

master
Carlos A. Iglesias 1 month ago committed by GitHub
parent 21819abeae
commit 3fac9c6f78
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -87,7 +87,7 @@
"source": [ "source": [
"The three terms are frequently used interchangeably, but their meanings differ.\n", "The three terms are frequently used interchangeably, but their meanings differ.\n",
"\n", "\n",
"* **Rescaling ** means adding/subtracting a constant, then multiplying/dividing by another constant, so the features can lie between given minimum and maximum values. For example, convert Celsius to Fahrenheit or convert to [0, 1].\n", "* **Rescaling** means adding/subtracting a constant, then multiplying/dividing by another constant so the features can lie between given minimum and maximum values. For example, convert Celsius to Fahrenheit or [0, 1].\n",
"\n", "\n",
"* **Standardizing**: subtract the mean and divide by the standard deviation, obtaining a \"standard normal\" distribution.\n", "* **Standardizing**: subtract the mean and divide by the standard deviation, obtaining a \"standard normal\" distribution.\n",
"\n", "\n",
@ -929,7 +929,7 @@
"name": "python", "name": "python",
"nbconvert_exporter": "python", "nbconvert_exporter": "python",
"pygments_lexer": "ipython3", "pygments_lexer": "ipython3",
"version": "3.10.13" "version": "3.11.7"
}, },
"latex_envs": { "latex_envs": {
"LaTeX_envs_menu_present": true, "LaTeX_envs_menu_present": true,

Loading…
Cancel
Save