Skip to content

Commit

Permalink
New example: Auto-imputation aka handling missing numeric covariates (#…
Browse files Browse the repository at this point in the history
…753)

* + take a new up-to-date branch off master and dump in new NB missing values in covariates
+ update NB with various minor improvements following PR review in the old branch #722
+ additional typos etc

* + ran pre-commit autoupdate

* + ran precommit on new NB, created myst file
  • Loading branch information
jonsedar authored Dec 16, 2024
1 parent 0b5594e commit 6fdd588
Show file tree
Hide file tree
Showing 4 changed files with 11,494 additions and 91 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ ci:

repos:
- repo: https://github.com/psf/black
rev: 24.4.2
rev: 24.10.0
hooks:
- id: black-jupyter
- repo: https://github.com/nbQA-dev/nbQA
rev: 1.8.5
rev: 1.9.1
hooks:
- id: nbqa-isort
additional_dependencies: [isort==5.6.4]
Expand Down Expand Up @@ -35,7 +35,7 @@ repos:
|examples/samplers/MLDA_variance_reduction_linear_regression\.ipynb$
- repo: https://github.com/FlamingTempura/bibtex-tidy
rev: v1.11.0
rev: v1.14.0
hooks:
- id: bibtex-tidy
files: examples/references.bib
Expand Down Expand Up @@ -99,7 +99,7 @@ repos:
language: pygrep
types_or: [markdown, rst, jupyter]
- repo: https://github.com/mwouts/jupytext
rev: v1.16.3
rev: v1.16.5
hooks:
- id: jupytext
files: ^examples/.+\.ipynb$
Expand Down
Loading

0 comments on commit 6fdd588

Please sign in to comment.