Skip to content

Commit 03f5b29

Browse files
authored
Merge pull request #13 from SalimM21/salim
Visualiser les courbes ROC et matrices de confusion.
2 parents fceeff3 + dc0d6fa commit 03f5b29

File tree

12 files changed

+654
-140
lines changed

12 files changed

+654
-140
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
artifact_uri: file:///c:/Users/PC/Desktop/sprint5/Churn-Prediction-avec-MLflow/mlruns/667014208243130233/11c997ed8bee45ed9bf195729379289f/artifacts
2+
end_time: 1763553648348
3+
entry_point_name: ''
4+
experiment_id: '667014208243130233'
5+
lifecycle_stage: active
6+
run_id: 11c997ed8bee45ed9bf195729379289f
7+
run_name: Model_Analysis
8+
source_name: ''
9+
source_type: 4
10+
source_version: ''
11+
start_time: 1763553648245
12+
status: 4
13+
tags: []
14+
user_id: PC
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Model_Analysis
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ee0487a54cbe7abb1d8287e7aad8209da0fb50ab
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
c:\Users\PC\Desktop\sprint5\Churn-Prediction-avec-MLflow\venv\Lib\site-packages\ipykernel_launcher.py
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
LOCAL
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
PC

notebooks/1_data_preparation.ipynb

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
{
3131
"cell_type": "code",
32-
"execution_count": 4,
32+
"execution_count": 1,
3333
"id": "b7bb38ee",
3434
"metadata": {},
3535
"outputs": [],
@@ -54,7 +54,7 @@
5454
},
5555
{
5656
"cell_type": "code",
57-
"execution_count": 5,
57+
"execution_count": 2,
5858
"id": "e28261a1",
5959
"metadata": {},
6060
"outputs": [],
@@ -74,7 +74,7 @@
7474
},
7575
{
7676
"cell_type": "code",
77-
"execution_count": 9,
77+
"execution_count": 3,
7878
"id": "8d1317c1",
7979
"metadata": {},
8080
"outputs": [
@@ -93,7 +93,7 @@
9393
},
9494
{
9595
"cell_type": "code",
96-
"execution_count": 10,
96+
"execution_count": 4,
9797
"id": "f20ef61a",
9898
"metadata": {},
9999
"outputs": [],
@@ -109,7 +109,7 @@
109109
},
110110
{
111111
"cell_type": "code",
112-
"execution_count": 11,
112+
"execution_count": 5,
113113
"id": "df0c3bad",
114114
"metadata": {},
115115
"outputs": [
@@ -202,7 +202,7 @@
202202
"type": "integer"
203203
}
204204
],
205-
"ref": "671c0634-f38e-44df-9001-023896228beb",
205+
"ref": "6066bae9-4ee9-418e-9704-59be1dd7b3b1",
206206
"rows": [
207207
[
208208
"0",
@@ -464,7 +464,7 @@
464464
},
465465
{
466466
"cell_type": "code",
467-
"execution_count": 12,
467+
"execution_count": 6,
468468
"id": "0cb0b13f",
469469
"metadata": {},
470470
"outputs": [],
@@ -478,7 +478,7 @@
478478
},
479479
{
480480
"cell_type": "code",
481-
"execution_count": 13,
481+
"execution_count": 7,
482482
"id": "3d2e82e1",
483483
"metadata": {},
484484
"outputs": [
@@ -506,7 +506,7 @@
506506
},
507507
{
508508
"cell_type": "code",
509-
"execution_count": 14,
509+
"execution_count": 8,
510510
"id": "8254ec85",
511511
"metadata": {},
512512
"outputs": [
@@ -542,7 +542,7 @@
542542
},
543543
{
544544
"cell_type": "code",
545-
"execution_count": 15,
545+
"execution_count": 9,
546546
"id": "1e8e39b1",
547547
"metadata": {},
548548
"outputs": [
@@ -570,7 +570,7 @@
570570
},
571571
{
572572
"cell_type": "code",
573-
"execution_count": 16,
573+
"execution_count": 10,
574574
"id": "6346e8be",
575575
"metadata": {},
576576
"outputs": [
@@ -585,7 +585,7 @@
585585
"name": "stderr",
586586
"output_type": "stream",
587587
"text": [
588-
"C:\\Users\\PC\\AppData\\Local\\Temp\\ipykernel_17804\\2260265440.py:10: FutureWarning: \n",
588+
"C:\\Users\\PC\\AppData\\Local\\Temp\\ipykernel_10940\\2260265440.py:10: FutureWarning: \n",
589589
"\n",
590590
"Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n",
591591
"\n",
@@ -632,7 +632,7 @@
632632
},
633633
{
634634
"cell_type": "code",
635-
"execution_count": 17,
635+
"execution_count": 11,
636636
"id": "cf988d59",
637637
"metadata": {},
638638
"outputs": [],
@@ -647,7 +647,7 @@
647647
},
648648
{
649649
"cell_type": "code",
650-
"execution_count": 18,
650+
"execution_count": 12,
651651
"id": "a91d6aab",
652652
"metadata": {},
653653
"outputs": [
@@ -679,7 +679,7 @@
679679
},
680680
{
681681
"cell_type": "code",
682-
"execution_count": 19,
682+
"execution_count": 13,
683683
"id": "5c42d6fe",
684684
"metadata": {},
685685
"outputs": [],
@@ -693,7 +693,7 @@
693693
},
694694
{
695695
"cell_type": "code",
696-
"execution_count": 20,
696+
"execution_count": 14,
697697
"id": "78a70fd5",
698698
"metadata": {},
699699
"outputs": [
@@ -721,7 +721,7 @@
721721
},
722722
{
723723
"cell_type": "code",
724-
"execution_count": 21,
724+
"execution_count": 15,
725725
"id": "5ebcc4c2",
726726
"metadata": {},
727727
"outputs": [],
@@ -739,7 +739,7 @@
739739
},
740740
{
741741
"cell_type": "code",
742-
"execution_count": 22,
742+
"execution_count": 16,
743743
"id": "c7b37462",
744744
"metadata": {},
745745
"outputs": [
@@ -767,7 +767,7 @@
767767
},
768768
{
769769
"cell_type": "code",
770-
"execution_count": 23,
770+
"execution_count": 17,
771771
"id": "27f51f97",
772772
"metadata": {},
773773
"outputs": [
@@ -804,7 +804,7 @@
804804
},
805805
{
806806
"cell_type": "code",
807-
"execution_count": 24,
807+
"execution_count": 18,
808808
"id": "27fc5567",
809809
"metadata": {},
810810
"outputs": [
@@ -838,7 +838,7 @@
838838
},
839839
{
840840
"cell_type": "code",
841-
"execution_count": 25,
841+
"execution_count": 19,
842842
"id": "d2efb894",
843843
"metadata": {},
844844
"outputs": [],
@@ -854,7 +854,7 @@
854854
},
855855
{
856856
"cell_type": "code",
857-
"execution_count": 26,
857+
"execution_count": 20,
858858
"id": "83b667f8",
859859
"metadata": {},
860860
"outputs": [

0 commit comments

Comments
 (0)