Skip to content

Commit

Permalink
reshuffling tutorial order
Browse files Browse the repository at this point in the history
  • Loading branch information
juanrojochacon committed Aug 30, 2021
1 parent fbd4e6e commit 1ee0fde
Show file tree
Hide file tree
Showing 29 changed files with 471 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"execution_count": 2,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -23,7 +23,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Notebook 1a: Why is Machine Learning difficult?"
"## Tutorial 1: Fitting versus predicting in Machine Learning"
]
},
{
Expand Down Expand Up @@ -442,21 +442,21 @@
"metadata": {
"anaconda-cloud": {},
"kernelspec": {
"display_name": "Python 2",
"display_name": "Python 3",
"language": "python",
"name": "python2"
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 2
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"version": "2.7.17"
"pygments_lexer": "ipython3",
"version": "3.7.6"
}
},
"nbformat": 4,
Expand Down
464 changes: 464 additions & 0 deletions tutorials/tutorial1/tutorial1-modelfitting.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 1ee0fde

Please sign in to comment.