-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added new Titanic and heart disease prediction datasets along with their preprocessing steps
- Loading branch information
1 parent
87bddd1
commit b1e8a03
Showing
10 changed files
with
16,322 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
,YearsExperience,Salary | ||
0,1.2000000000000002,39344.0 | ||
1,1.4000000000000001,46206.0 | ||
2,1.6,37732.0 | ||
3,2.1,43526.0 | ||
4,2.3000000000000003,39892.0 | ||
5,3.0,56643.0 | ||
6,3.1,60151.0 | ||
7,3.3000000000000003,54446.0 | ||
8,3.3000000000000003,64446.0 | ||
9,3.8000000000000003,57190.0 | ||
10,4.0,63219.0 | ||
11,4.1,55795.0 | ||
12,4.1,56958.0 | ||
13,4.199999999999999,57082.0 | ||
14,4.6,61112.0 | ||
15,5.0,67939.0 | ||
16,5.199999999999999,66030.0 | ||
17,5.3999999999999995,83089.0 | ||
18,6.0,81364.0 | ||
19,6.1,93941.0 | ||
20,6.8999999999999995,91739.0 | ||
21,7.199999999999999,98274.0 | ||
22,8.0,101303.0 | ||
23,8.299999999999999,113813.0 | ||
24,8.799999999999999,109432.0 | ||
25,9.1,105583.0 | ||
26,9.6,116970.0 | ||
27,9.7,112636.0 | ||
28,10.4,122392.0 | ||
29,10.6,121873.0 |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.