Skip to content

Commit 7d61c25

Browse files
committed
change copyrights, address graphviz issue
1 parent 3ede3ab commit 7d61c25

7 files changed

+20
-14
lines changed

debugging_resid_analysis_redux.ipynb

+6-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"## License \n",
88
"\n",
9-
"Copyright 2019 Patrick Hall and the H2O.ai team\n",
9+
"Copyright 2019-2020 Patrick Hall and the H2O.ai team\n",
1010
"\n",
1111
"Licensed under the Apache License, Version 2.0 (the \"License\");\n",
1212
"you may not use this file except in compliance with the License.\n",
@@ -5019,6 +5019,8 @@
50195019
" print()\n",
50205020
" print('Calling external process ...')\n",
50215021
" print(' '.join(gv_args))\n",
5022+
" # if the line below is failing for you, try instead:\n",
5023+
" # _ = subprocess.call(gv_args, shell=True)\n",
50225024
" _ = subprocess.call(gv_args)\n",
50235025
"\n",
50245026
"################################################################################\n",
@@ -5043,6 +5045,8 @@
50435045
" # call \n",
50445046
" print('Calling external process ...')\n",
50455047
" print(' '.join(png_args))\n",
5048+
" # if the line below is failing for you, try instead:\n",
5049+
" # _ = subprocess.call(png_args, shell=True) \n",
50465050
" _ = subprocess.call(png_args)\n",
50475051
" "
50485052
]
@@ -5556,7 +5560,7 @@
55565560
"name": "python",
55575561
"nbconvert_exporter": "python",
55585562
"pygments_lexer": "ipython3",
5559-
"version": "3.6.3"
5563+
"version": "3.7.4"
55605564
}
55615565
},
55625566
"nbformat": 4,

debugging_sens_analysis_redux.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"## License \n",
88
"\n",
9-
"Copyright 2019 Patrick Hall and the H2O.ai team\n",
9+
"Copyright 2019-2020 Patrick Hall and the H2O.ai team\n",
1010
"\n",
1111
"Licensed under the Apache License, Version 2.0 (the \"License\");\n",
1212
"you may not use this file except in compliance with the License.\n",
@@ -4845,7 +4845,7 @@
48454845
"name": "python",
48464846
"nbconvert_exporter": "python",
48474847
"pygments_lexer": "ipython3",
4848-
"version": "3.6.3"
4848+
"version": "3.7.4"
48494849
}
48504850
},
48514851
"nbformat": 4,

dia.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"## License \n",
88
"\n",
9-
"Copyright 2019 Patrick Hall and the H2O.ai team\n",
9+
"Copyright 2019-2020 Patrick Hall and the H2O.ai team\n",
1010
"\n",
1111
"Licensed under the Apache License, Version 2.0 (the \"License\");\n",
1212
"you may not use this file except in compliance with the License.\n",
@@ -4475,7 +4475,7 @@
44754475
"name": "python",
44764476
"nbconvert_exporter": "python",
44774477
"pygments_lexer": "ipython3",
4478-
"version": "3.6.3"
4478+
"version": "3.7.4"
44794479
}
44804480
},
44814481
"nbformat": 4,

dt_surrogate_loco.ipynb

+4-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"## License \n",
88
"\n",
9-
"Copyright 2017 - 2019 Patrick Hall and the H2O.ai team\n",
9+
"Copyright 2017 - 2020 Patrick Hall and the H2O.ai team\n",
1010
"\n",
1111
"Licensed under the Apache License, Version 2.0 (the \"License\");\n",
1212
"you may not use this file except in compliance with the License.\n",
@@ -651,6 +651,8 @@
651651
"print()\n",
652652
"print('Calling external process ...')\n",
653653
"print(' '.join(gv_args))\n",
654+
"# if the line below is failing for you, try instead:\n",
655+
"# _ = subprocess.call(png_args, shell=True) \n",
654656
"_ = subprocess.call(gv_args)"
655657
]
656658
},
@@ -1983,7 +1985,7 @@
19831985
"name": "python",
19841986
"nbconvert_exporter": "python",
19851987
"pygments_lexer": "ipython3",
1986-
"version": "3.6.3"
1988+
"version": "3.7.4"
19871989
}
19881990
},
19891991
"nbformat": 4,

lime.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"## License \n",
88
"\n",
9-
"Copyright 2017 - 2019 Patrick Hall and the H2O.ai team\n",
9+
"Copyright 2017 - 2020 Patrick Hall and the H2O.ai team\n",
1010
"\n",
1111
"Licensed under the Apache License, Version 2.0 (the \"License\");\n",
1212
"you may not use this file except in compliance with the License.\n",
@@ -1471,7 +1471,7 @@
14711471
"name": "python",
14721472
"nbconvert_exporter": "python",
14731473
"pygments_lexer": "ipython3",
1474-
"version": "3.6.3"
1474+
"version": "3.7.4"
14751475
}
14761476
},
14771477
"nbformat": 4,

resid_sens_analysis.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"## License \n",
88
"\n",
9-
"Copyright 2017 - 2019 Patrick Hall and the H2O.ai team\n",
9+
"Copyright 2017 - 2020 Patrick Hall and the H2O.ai team\n",
1010
"\n",
1111
"Licensed under the Apache License, Version 2.0 (the \"License\");\n",
1212
"you may not use this file except in compliance with the License.\n",
@@ -3818,7 +3818,7 @@
38183818
"name": "python",
38193819
"nbconvert_exporter": "python",
38203820
"pygments_lexer": "ipython3",
3821-
"version": "3.6.3"
3821+
"version": "3.7.4"
38223822
}
38233823
},
38243824
"nbformat": 4,

xgboost_pdp_ice.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"## License \n",
88
"\n",
9-
"Copyright 2017 - 2019 Patrick Hall and the H2O.ai team\n",
9+
"Copyright 2017 - 2020 Patrick Hall and the H2O.ai team\n",
1010
"\n",
1111
"Licensed under the Apache License, Version 2.0 (the \"License\");\n",
1212
"you may not use this file except in compliance with the License.\n",
@@ -2547,7 +2547,7 @@
25472547
"name": "python",
25482548
"nbconvert_exporter": "python",
25492549
"pygments_lexer": "ipython3",
2550-
"version": "3.6.3"
2550+
"version": "3.7.4"
25512551
}
25522552
},
25532553
"nbformat": 4,

0 commit comments

Comments
 (0)