Skip to content

Commit 37aaa84

Browse files
authored
Merge pull request #21 from learningmachineslab/removing_extra_notebooks
Removing extra notebooks
2 parents 856dffa + aa8f09d commit 37aaa84

File tree

8 files changed

+9
-4138
lines changed

8 files changed

+9
-4138
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
.ipynb_checkpoints
33
connections.py
44
.DS_Store
5-
5+
anne.py
66

77
# Folders to ignore
88
/tutorialenv/

classification/keras-classification.ipynb

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,13 @@
334334
" which = np.where(model_performance == min_within_one_std)\n",
335335
" return which, model_performance, subsets"
336336
]
337+
},
338+
{
339+
"cell_type": "code",
340+
"execution_count": null,
341+
"metadata": {},
342+
"outputs": [],
343+
"source": []
337344
}
338345
],
339346
"metadata": {
@@ -352,7 +359,7 @@
352359
"name": "python",
353360
"nbconvert_exporter": "python",
354361
"pygments_lexer": "ipython3",
355-
"version": "3.7.3"
362+
"version": "3.6.8"
356363
}
357364
},
358365
"nbformat": 4,

classification/logistic-regression.ipynb

Lines changed: 0 additions & 1067 deletions
This file was deleted.

0 commit comments

Comments
 (0)