File tree 2 files changed +117
-0
lines changed
2 files changed +117
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "nbformat" : 4 ,
3
+ "nbformat_minor" : 0 ,
4
+ "metadata" : {
5
+ "colab" : {
6
+ "name" : " heart_Demo.ipynb" ,
7
+ "provenance" : []
8
+ },
9
+ "kernelspec" : {
10
+ "name" : " python3" ,
11
+ "display_name" : " Python 3"
12
+ },
13
+ "language_info" : {
14
+ "name" : " python"
15
+ }
16
+ },
17
+ "cells" : [
18
+ {
19
+ "cell_type" : " code" ,
20
+ "execution_count" : 1 ,
21
+ "metadata" : {
22
+ "id" : " EB9AvRGVFhpx"
23
+ },
24
+ "outputs" : [],
25
+ "source" : [
26
+ " # Importing essential libraries\n " ,
27
+ " import numpy as np\n " ,
28
+ " import pandas as pd"
29
+ ]
30
+ },
31
+ {
32
+ "cell_type" : " code" ,
33
+ "source" : [
34
+ " # Loading the dataset\n " ,
35
+ " df = pd.read_csv('heart.csv')"
36
+ ],
37
+ "metadata" : {
38
+ "id" : " P0NQzZoHFipb"
39
+ },
40
+ "execution_count" : null ,
41
+ "outputs" : []
42
+ },
43
+ {
44
+ "cell_type" : " code" ,
45
+ "source" : [
46
+ " "
47
+ ],
48
+ "metadata" : {
49
+ "id" : " YPBfyMsMFotz"
50
+ },
51
+ "execution_count" : null ,
52
+ "outputs" : []
53
+ },
54
+ {
55
+ "cell_type" : " markdown" ,
56
+ "source" : [
57
+ " ## Contact me [vatshayan007@gmail.com]\n " ,
58
+ " \n " ,
59
+ " for Full Project Code with Documents. \n " ,
60
+ " \n " ,
61
+ " I have made project code private for only use to students college purpose."
62
+ ],
63
+ "metadata" : {
64
+ "id" : " EvrtSu7HFoc9"
65
+ }
66
+ },
67
+ {
68
+ "cell_type" : " code" ,
69
+ "source" : [
70
+ " "
71
+ ],
72
+ "metadata" : {
73
+ "id" : " MOaTWAnvFoC2"
74
+ },
75
+ "execution_count" : null ,
76
+ "outputs" : []
77
+ },
78
+ {
79
+ "cell_type" : " code" ,
80
+ "source" : [
81
+ " "
82
+ ],
83
+ "metadata" : {
84
+ "id" : " HmdMhDhHFn_U"
85
+ },
86
+ "execution_count" : null ,
87
+ "outputs" : []
88
+ }
89
+ ]
90
+ }
Original file line number Diff line number Diff line change
1
+ # -*- coding: utf-8 -*-
2
+ """heart_Demo.ipynb
3
+
4
+ Automatically generated by Colaboratory.
5
+
6
+ Original file is located at
7
+ https://colab.research.google.com/drive/1PtsBiKXtn3dqXbuPnypCzLZcpGtYMlKS
8
+ """
9
+
10
+ # Importing essential libraries
11
+ import numpy as np
12
+ import pandas as pd
13
+
14
+ # Loading the dataset
15
+ df = pd .read_csv ('heart.csv' )
16
+
17
+
18
+
19
+ """## Contact me [vatshayan007@gmail.com]
20
+
21
+ for Full Project Code with Documents.
22
+
23
+ I have made project code private for only use to students college purpose.
24
+ """
25
+
26
+
27
+
You can’t perform that action at this time.
0 commit comments