Skip to content

Commit

Permalink
🚧 see if emojis are rendere on readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry committed Jul 9, 2024
1 parent fb4c802 commit af4f92b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ df_imputed = model.transform(series).unstack()
```

<details>
<summary>see log2 transformed DataFrame</summary>
<summary>:mag: see log2 transformed DataFrame</summary>

First 10 rows and 10 columns. notice that the indices are named:

Expand Down Expand Up @@ -245,7 +245,7 @@ Install snakemake e.g. using the provided [`snakemake_env.yml`](https://github.c
file as used in
[this workflow](https://github.com/RasmussenLab/pimms/blob/HEAD/.github/workflows/ci_workflow.yaml).

> [!NOTE] Snakefile workflow for imputation v1 only support that atm.
> :warning: Snakefile workflow for imputation v1 only support that atm.
```bash
snakemake -p -c1 --configfile config/single_dev_dataset/example/config.yaml --use-conda -n # dry-run
Expand Down Expand Up @@ -325,7 +325,7 @@ assert df_imputed.isna().sum().sum() == 0
df_imputed
```

> [!NOTE] The imputation is simpler if you use the provide scikit-learn Transformer
> :warning: The imputation is simpler if you use the provide scikit-learn Transformer
> interface (see [Tutorial](https://colab.research.google.com/github/RasmussenLab/pimms/blob/HEAD/project/04_1_train_pimms_models.ipynb)).
## Available imputation methods
Expand Down

0 comments on commit af4f92b

Please sign in to comment.