Skip to content

Commit

Permalink
fix typo in classification expert tutorial (pycaret#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
pr2tik1 authored Apr 28, 2020
1 parent f59edf9 commit a47ffdb
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# <span style=\"color:orange\">Binary Classification Tutorial (CLF103) - Level Expert</span>"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"**Date Updated: Feb 25, 2020**\n",
"\n",
"# Work in progress\n",
"We are currently working on this tutorial. Please check back soon! \n",
"\n",
"### In the mean time, you can see: \n",
"- __[Binary Classification Tutorial (CLF101) - Level Beginner](https://github.com/pycaret/pycaret/blob/master/Tutorials/Binary%20Classification%20Tutorial%20Level%20Beginner%20-%20%20CLF101.ipynb)__\n",
"- __[Binary Classification Tutorial (CLF102) - Level Intermediate](https://github.com/pycaret/pycaret/blob/master/Tutorials/Binary%20Classification%20Tutorial%20Level%20Intermediate%20-%20CLF102.ipynb)__"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.4"
}
},
"nbformat": 4,
"nbformat_minor": 4
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"We are currently working on this tutorial. Please check back soon! \n",
"\n",
"### In the mean time, you can see: \n",
"- __[Binary Classification Tutorial (CLF101) - Level Beginner](https://github.com/pycaret/pycaret/blob/master/Tutorials/BinaryClassificationTutorial(CLF101)_LevelBeginner.ipynb)__\n",
"- __[Binary Classification Tutorial (CLF102) - Level Intermediate](https://github.com/pycaret/pycaret/blob/master/Tutorials/BinaryClassificationTutorial(CLF102)_LevelIntermediate.ipynb)__"
"- __[Binary Classification Tutorial (CLF101) - Level Beginner](https://github.com/pycaret/pycaret/blob/master/Tutorials/Binary%20Classification%20Tutorial%20Level%20Beginner%20-%20%20CLF101.ipynb)__\n",
"- __[Binary Classification Tutorial (CLF102) - Level Intermediate](https://github.com/pycaret/pycaret/blob/master/Tutorials/Binary%20Classification%20Tutorial%20Level%20Intermediate%20-%20CLF102.ipynb)__"
]
}
],
Expand All @@ -42,5 +42,5 @@
}
},
"nbformat": 4,
"nbformat_minor": 2
"nbformat_minor": 4
}

0 comments on commit a47ffdb

Please sign in to comment.