Skip to content

Commit

Permalink
modify title
Browse files Browse the repository at this point in the history
  • Loading branch information
yihaoe committed May 1, 2024
1 parent 4f048f8 commit 2e12405
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 34 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,6 @@
"!{sys.executable} -m pip install --quiet pandas scikit-learn numpy matplotlib jupyterlab_myst ipython"
]
},
{
"cell_type": "markdown",
"id": "019a4fbf",
"metadata": {},
"source": [
"---\n",
"license:\n",
" code: MIT\n",
" content: CC-BY-4.0\n",
"github: https://github.com/ocademy-ai/machine-learning\n",
"venue: By Ocademy\n",
"open_access: true\n",
"bibliography:\n",
" - https://raw.githubusercontent.com/ocademy-ai/machine-learning/main/open-machine-learning-jupyter-book/references.bib\n",
"---"
]
},
{
"cell_type": "markdown",
"id": "c31ed255",
Expand Down Expand Up @@ -1010,7 +993,7 @@
],
"source": [
"poly_features.shape\n",
"#Poly_Features: X1, X2, X3, X1^2, X2^2, X3^2, X1X2, X1X3, X2X3"
"# Poly_Features: X1, X2, X3, X1^2, X2^2, X3^2, X1X2, X1X3, X2X3"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,6 @@
"!{sys.executable} -m pip install --quiet pandas scikit-learn numpy matplotlib jupyterlab_myst ipython"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"---\n",
"license:\n",
" code: MIT\n",
" content: CC-BY-4.0\n",
"github: https://github.com/ocademy-ai/machine-learning\n",
"venue: By Ocademy\n",
"open_access: true\n",
"bibliography:\n",
" - https://raw.githubusercontent.com/ocademy-ai/machine-learning/main/open-machine-learning-jupyter-book/references.bib\n",
"---"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down

0 comments on commit 2e12405

Please sign in to comment.