Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Energy4Climate
Public
Education
machine_learning_for_climate_and_energy
Commits
0181ca4d
Commit
0181ca4d
authored
Aug 12, 2021
by
Tantet Alexis (M.)
Browse files
initialize book
parent
d4f26a10
Pipeline
#131628
failed with stage
in 57 seconds
Changes
24
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
123 additions
and
0 deletions
+123
-0
book/images/notebooks_guide/open_terminal.png
book/images/notebooks_guide/open_terminal.png
+0
-0
book/notebooks/class2.ipynb
book/notebooks/class2.ipynb
+101
-0
cleanbuild_book.sh
cleanbuild_book.sh
+3
-0
environment.yml
environment.yml
+19
-0
No files found.
book/images/notebooks_guide/open_terminal.png
0 → 100644
View file @
0181ca4d
50.2 KB
book/notebooks/class2.ipynb
0 → 100644
View file @
0181ca4d
{
"cells": [
{
"cell_type": "markdown",
"id": "2f55db4a",
"metadata": {},
"source": [
"# Bias-Variance, Regularization, Validation"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "5c5be1f2",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.0"
},
"latex_envs": {
"LaTeX_envs_menu_present": true,
"autoclose": true,
"autocomplete": false,
"bibliofile": "biblio.bib",
"cite_by": "apalike",
"current_citInitial": 1,
"eqLabelWithNumbers": true,
"eqNumInitial": 1,
"hotkeys": {
"equation": "Ctrl-E",
"itemize": "Ctrl-I"
},
"labels_anchors": false,
"latex_user_defs": false,
"report_style_numbering": false,
"user_envs_cfg": false
},
"toc": {
"base_numbering": 1,
"nav_menu": {},
"number_sections": true,
"sideBar": true,
"skip_h1_title": false,
"title_cell": "Table of Contents",
"title_sidebar": "Contents",
"toc_cell": false,
"toc_position": {},
"toc_section_display": true,
"toc_window_display": false
},
"varInspector": {
"cols": {
"lenName": 16,
"lenType": 16,
"lenVar": 40
},
"kernels_config": {
"python": {
"delete_cmd_postfix": "",
"delete_cmd_prefix": "del ",
"library": "var_list.py",
"varRefreshCmd": "print(var_dic_list())"
},
"r": {
"delete_cmd_postfix": ") ",
"delete_cmd_prefix": "rm(",
"library": "var_list.r",
"varRefreshCmd": "cat(var_dic_list()) "
}
},
"types_to_exclude": [
"module",
"function",
"builtin_function_or_method",
"instance",
"_Feature"
],
"window_display": false
}
},
"nbformat": 4,
"nbformat_minor": 5
}
cleanbuild_book.sh
0 → 100755
View file @
0181ca4d
rm
-f
book/bibtex.json
jupyter-book clean
-a
book
jupyter-book build
-v
book
environment.yml
0 → 100644
View file @
0181ca4d
name
:
machine_learning_for_climate_and_energy
channels
:
-
pyviz
-
conda-forge
-
defaults
dependencies
:
-
bokeh>=2.2.3
-
hvplot
-
matplotlib
-
netcdf4
-
numpy
-
pandas
-
panel>=0.10.3
-
python>=3.8
-
scipy
-
scikit-learn
-
xarray
Prev
1
2
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment