Skip to content

Commit 94df83a

Browse files
committed
remove attachments
1 parent e8b85d4 commit 94df83a

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

chapter1.md

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title : Getting Started with Python
33
description : In this chapter we will go trough the essential steps that you will need to take before beginning to build predictive models.
4-
attachments :
54

65
--- type:NormalExercise lang:python xp:100 skills:2 key:49f71e27bd
76

chapter2.md

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title : Predicting with Decision Trees
33
description : After making your first predictions in the previous chapter, it's time to bring you to the next level. In chapter 2 you
44
will be introduced to a fundamental concept in machine learning: decision trees.
5-
attachments :
65

76

87
--- type:NormalExercise lang:python xp:100 skills:2 key:98be5c3225

chapter3.md

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title : Improving your predictions through Random Forests
33
description : "What techniques can you use to improve your predictions even more? One possible way is by making use of the machine learning method Random Forest. Namely, a forest is just a collection of trees..."
4-
attachments :
54

65

76
--- type:NormalExercise lang:python xp:100 skills:2 key:05b740fff1

0 commit comments

Comments
 (0)