Skip to content

Commit 26b3eb5

Browse files
committed
resolved the issue with map
1 parent 335092d commit 26b3eb5

File tree

3 files changed

+37
-0
lines changed

3 files changed

+37
-0
lines changed

notebooks/data_exploration.ipynb

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -865,6 +865,14 @@
865865
"m"
866866
]
867867
},
868+
{
869+
"cell_type": "markdown",
870+
"id": "813ff446",
871+
"metadata": {},
872+
"source": [
873+
"[Link to the file with the rendered map](https://nbviewer.org/github/ol1g3/fraud-detection-ML-pipeline/blob/notebooks_and_visuals/notebooks/data_exploration.ipynb)"
874+
]
875+
},
868876
{
869877
"cell_type": "markdown",
870878
"id": "bf68e922",

notebooks/main.ipynb

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "code",
5+
"execution_count": null,
6+
"id": "167c1c72",
7+
"metadata": {},
8+
"outputs": [],
9+
"source": []
10+
}
11+
],
12+
"metadata": {
13+
"language_info": {
14+
"name": "python"
15+
}
16+
},
17+
"nbformat": 4,
18+
"nbformat_minor": 5
19+
}

notebooks/visuals.ipynb

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"cells": [],
3+
"metadata": {
4+
"language_info": {
5+
"name": "python"
6+
}
7+
},
8+
"nbformat": 4,
9+
"nbformat_minor": 5
10+
}

0 commit comments

Comments
 (0)