Skip to content

Commit bfbaea9

Browse files
committed
code update (boxplot)
1 parent 83a3e06 commit bfbaea9

5 files changed

+10
-10
lines changed

Notebooks/6_NLP/1a_IntroNLP_TextClassification.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -6120,7 +6120,7 @@
61206120
"name": "python",
61216121
"nbconvert_exporter": "python",
61226122
"pygments_lexer": "ipython3",
6123-
"version": "3.9.13"
6123+
"version": "3.9.12"
61246124
}
61256125
},
61266126
"nbformat": 4,

Notebooks/6_NLP/1b_IntroNLP_TextClassification.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2195,7 +2195,7 @@
21952195
"name": "python",
21962196
"nbconvert_exporter": "python",
21972197
"pygments_lexer": "ipython3",
2198-
"version": "3.9.13"
2198+
"version": "3.9.12"
21992199
},
22002200
"papermill": {
22012201
"duration": 93.558661,

Notebooks/6_NLP/Textual_Analysis.ipynb

+3-3
Original file line numberDiff line numberDiff line change
@@ -6098,7 +6098,7 @@
60986098
],
60996099
"metadata": {
61006100
"kernelspec": {
6101-
"display_name": "Python 3",
6101+
"display_name": "Python 3 (ipykernel)",
61026102
"language": "python",
61036103
"name": "python3"
61046104
},
@@ -6112,9 +6112,9 @@
61126112
"name": "python",
61136113
"nbconvert_exporter": "python",
61146114
"pygments_lexer": "ipython3",
6115-
"version": "3.6.9"
6115+
"version": "3.9.12"
61166116
}
61176117
},
61186118
"nbformat": 4,
6119-
"nbformat_minor": 2
6119+
"nbformat_minor": 4
61206120
}

Notebooks/6_NLP/Textual_Classification.ipynb

+3-3
Original file line numberDiff line numberDiff line change
@@ -4095,7 +4095,7 @@
40954095
],
40964096
"metadata": {
40974097
"kernelspec": {
4098-
"display_name": "Python 3",
4098+
"display_name": "Python 3 (ipykernel)",
40994099
"language": "python",
41004100
"name": "python3"
41014101
},
@@ -4109,9 +4109,9 @@
41094109
"name": "python",
41104110
"nbconvert_exporter": "python",
41114111
"pygments_lexer": "ipython3",
4112-
"version": "3.6.8"
4112+
"version": "3.9.12"
41134113
}
41144114
},
41154115
"nbformat": 4,
4116-
"nbformat_minor": 2
4116+
"nbformat_minor": 4
41174117
}

Notebooks/7_Time_Series/3_Intro_Time_Series.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -900,7 +900,7 @@
900900
],
901901
"metadata": {
902902
"kernelspec": {
903-
"display_name": "Python 3",
903+
"display_name": "Python 3 (ipykernel)",
904904
"language": "python",
905905
"name": "python3"
906906
},
@@ -914,7 +914,7 @@
914914
"name": "python",
915915
"nbconvert_exporter": "python",
916916
"pygments_lexer": "ipython3",
917-
"version": "3.7.1"
917+
"version": "3.9.12"
918918
}
919919
},
920920
"nbformat": 4,

0 commit comments

Comments
 (0)