Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
glouppe committed Dec 4, 2023
1 parent 87712d2 commit 6246fe9
Show file tree
Hide file tree
Showing 4 changed files with 320 additions and 373 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ Materials for DATS0001 Foundations of Data Science, ULiège, Fall 2023.
## Homeworks

- Homework 1: Exploration of solar power data and weather data (due by November 6)
- Homework 2: TBD
- Homework 3: TBD
- Homework 2: Modeling photovoltaic power production (due by December 1)
- Homework 3: Improving and comparing forecasting models (due by December 15)
- Exam-at-home: TBD

Homeworks must be submitted on Github classroom. Follow the links sent by email to register to each homework.
12 changes: 3 additions & 9 deletions nb07-advi.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -177,13 +177,7 @@
"text": [
"WARNING: All log messages before absl::InitializeLog() is called are written to STDERR\n",
"I0000 00:00:1701026145.818482 139325 tfrt_cpu_pjrt_client.cc:349] TfrtCpuClient created.\n",
"No GPU/TPU found, falling back to CPU. (Set TF_CPP_MIN_LOG_LEVEL=0 and rerun for more info.)\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"No GPU/TPU found, falling back to CPU. (Set TF_CPP_MIN_LOG_LEVEL=0 and rerun for more info.)\n",
"Failed to detect the name of this notebook, you can set it manually with the WANDB_NOTEBOOK_NAME environment variable to enable code saving.\n",
"\u001b[34m\u001b[1mwandb\u001b[0m: Currently logged in as: \u001b[33mglouppe\u001b[0m. Use \u001b[1m`wandb login --relogin`\u001b[0m to force relogin\n"
]
Expand Down Expand Up @@ -370,7 +364,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "dats0001",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -384,7 +378,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.18"
"version": "3.9.13"
}
},
"nbformat": 4,
Expand Down
577 changes: 268 additions & 309 deletions nb08a-model-checking.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 6246fe9

Please sign in to comment.