Skip to content

Commit

Permalink
updating todays' class
Browse files Browse the repository at this point in the history
  • Loading branch information
mickaeltemporao committed Feb 26, 2025
1 parent 661f248 commit bcc3ef4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/schedule.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ This schedule is an approximation, subject to change due needs of the students i
| :-: | :-: | :-: | :-: |
| 2025/02/05 | [:fontawesome-solid-book-open: From Comparisons to Transformations](modules/wrangling.md) | | |
| 2025/02/19 | [:fontawesome-solid-book-open: From Transformations to Models](modules/modeling.md) |[**:fontawesome-solid-chalkboard-user: - G1**](activities/participation.md/#s2-the-group-presenting) | [**:fontawesome-solid-award: Update**](activities/m4-analysis.md) |
| 2025/02/26 | :fontawesome-solid-book-open: From Models to Inference |[**:fontawesome-solid-chalkboard-user: - G2**](activities/participation.md/#s2-the-group-presenting) | |
| 2025/02/26 | [:fontawesome-solid-book-open: From Models to Inference](modules/inference.md) |[**:fontawesome-solid-chalkboard-user: - G2**](activities/participation.md/#s2-the-group-presenting) | |
| 2025/03/12 | :fontawesome-solid-book-open: From Inference to Intuition |[**:fontawesome-solid-chalkboard-user: - G3**](activities/participation.md/#s2-the-group-presenting) | **:fontawesome-solid-award: Modeling** |
| 2025/03/19 | :fontawesome-solid-book-open: From Intuition to Communication |[**:fontawesome-solid-chalkboard-user: - G4**](activities/participation.md/#s2-the-group-presenting) | |
| 2025/03/26 | :fontawesome-solid-book-open: From Communication to Publication | | [**:fontawesome-regular-file-code: Project**](activities/project.md)|
Expand Down
2 changes: 1 addition & 1 deletion materials/playground-polarization.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def clean_knowledge_variable(series, correct_values):
print(model.summary())

# TODO: export to latex/md
model.summary().as_latex()
print(summary_col([model]).as_latex())

# Step 5: Visualize Results
# Create a visualization to summarize the results of the regression model.
Expand Down

0 comments on commit bcc3ef4

Please sign in to comment.