You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,9 +19,11 @@ The project is organized as follows:
19
19
## Setup
20
20
21
21
**Prerequisites**
22
-
Ensure you have Python 3.6+ installed on your system. You will also need pip for installing the Python packages.
22
+
23
+
Make sure you have Python 3.11+ installed on your. You will also need pip for installing the Python packages.
23
24
24
25
**Installation**
26
+
25
27
Clone the project repository to your local machine.
26
28
27
29
Navigate to the project directory and install the required Python packages:
@@ -69,4 +71,8 @@ You can place your raw datasets in the data/raw directory, intermediate datasets
69
71
70
72
To process data, you can modify the app.py script to include your data processing steps, utilizing pandas for data manipulation and analysis.
71
73
74
+
## Contributors
75
+
76
+
This template was built as part of the 4Geeks Academy [Data Science and Machine Learning Bootcamp](https://4geeksacademy.com/us/coding-bootcamps/datascience-machine-learning) by [Alejandro Sanchez](https://twitter.com/alesanchezr) and many other contributors. Find out more about [4Geeks Academy's BootCamp programs](https://4geeksacademy.com/us/programs) here.
72
77
78
+
Other templates and resources like this can be found on the school GitHub page.
0 commit comments