Skip to content

Commit e5abafe

Browse files
FixBug/ TOML format
1 parent e744ff4 commit e5abafe

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

4_data_analysis/MLProject.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1020,7 +1020,7 @@
10201020
},
10211021
{
10221022
"cell_type": "code",
1023-
"execution_count": 40,
1023+
"execution_count": null,
10241024
"id": "59e0c6ab",
10251025
"metadata": {},
10261026
"outputs": [
@@ -1031,7 +1031,7 @@
10311031
"=== MAKING PREDICTIONS ===\n",
10321032
"\n",
10331033
"=== EXAMPLE PREDICTIONS ===\n",
1034-
"Predicted tourists for Bahamas in 20281604 thousand trips\n",
1034+
"Predicted tourists for Bahamas in 2028: 1604 thousand trips\n",
10351035
"Predicted total visitors for Dominican Republic in 2027: 1864 thousand trips\n",
10361036
"Predicted excursionists for Jamaica in 2026: 1129 thousand trips\n"
10371037
]
@@ -1094,7 +1094,7 @@
10941094
"\n",
10951095
"# Example 1\n",
10961096
"pred1 = predict_tourist_numbers(2028, \"Bahamas\", \"tourists\") \n",
1097-
"print(f\"Predicted tourists for Bahamas in 2028{pred1:.0f} thousand trips\")\n",
1097+
"print(f\"Predicted tourists for Bahamas in 2028: {pred1:.0f} thousand trips\")\n",
10981098
"\n",
10991099
"# Example 2\n",
11001100
"pred2 = predict_tourist_numbers(2027, \"Dominican Republic\", \"visitors_total\")\n",
@@ -1210,7 +1210,7 @@
12101210
{
12111211
"cell_type": "code",
12121212
"execution_count": null,
1213-
"id": "62013b02",
1213+
"id": "0daf8570",
12141214
"metadata": {},
12151215
"outputs": [],
12161216
"source": []

5_communication_strategy/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<!-- markdownlint-disable MD013 -->
12
# Communication Strategy
23

34
Haiti Paradise: WhatsApp Campaign Strategy Document

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
exclude = [
33
".venv",
44
"__pycache__",
5-
"*.pyc",
6-
"*.ipynb",
5+
"**/*.ipynb",
76
]
7+

0 commit comments

Comments
 (0)