Skip to content

Commit

Permalink
[DOC] Small typo on explanation of regression (#7366)
Browse files Browse the repository at this point in the history
The description seemed copy-pasted from that of classification. Updated
a couple of words
  • Loading branch information
manolotis authored Nov 11, 2024
1 parent 37d6017 commit 7068f65
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -3164,6 +3164,16 @@
"contributions": [
"code"
]
}
},
{
"login": "manolotis",
"name": "Manuel Muñoz Sánchez",
"avatar_url": "https://avatars.githubusercontent.com/manolotis",
"profile": "https://github.com/manolotis",
"contributions": [
"doc"
]
}

]
}
2 changes: 1 addition & 1 deletion examples/02_classification.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"\n",
"- Example: Daily energy consumption profile over time - Predict season, e.g., winter/summer, or type of consumer\n",
"\n",
"Regression = try to assign one *category* per time series, after training on time series/category examples\n",
"Regression = try to assign one continuous *numerical value* per time series, after training on time series/category examples\n",
"\n",
"- Example: Temperature/pressure/time profile of chemical reactor - Predict total purity (fraction of 1)\n",
"\n",
Expand Down

0 comments on commit 7068f65

Please sign in to comment.