Skip to content

Commit 4a4a84a

Browse files
sachinn854rasbt
andauthored
Fix incorrect R2 * -1 in "Example 4 – Regression and Adjusted R2" print() examples and modernize f-strings (#1132)
* Fix incorrect R² * -1 in regression print() examples and modernize f-strings * Fix incorrect R² * -1 in regression print() examples and modernize f-strings * Fix incorrect R² * -1 in regression print() examples and modernize f-strings * Update docs/sources/user_guide/feature_selection/ExhaustiveFeatureSelector.ipynb --------- Co-authored-by: Sebastian Raschka <mail@sebastianraschka.com>
1 parent 706320f commit 4a4a84a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sources/user_guide/feature_selection/ExhaustiveFeatureSelector.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2107,7 +2107,7 @@
21072107
],
21082108
"metadata": {
21092109
"kernelspec": {
2110-
"display_name": "Python 3 (ipykernel)",
2110+
"display_name": "Python 3",
21112111
"language": "python",
21122112
"name": "python3"
21132113
},

0 commit comments

Comments
 (0)