Skip to content

Commit 499b626

Browse files
update tansformations notebooks closes #62 (#212)
* Inital commit tansformations notebooks * Changes to code ,comments warning * update transformation notebooks Co-authored-by: Soledad Galli <[email protected]>
1 parent 6c40e81 commit 499b626

File tree

7 files changed

+3646
-971
lines changed

7 files changed

+3646
-971
lines changed

examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Directions 1 and 2 assume you are on windows. If using mac, directions are sligh
1818

1919
3) install the required libraries:
2020

21-
`pip install requirements.txt`
21+
`pip install -r example_requirements.txt`
2222

2323
4) add the new environment to the ipykernel:
2424

examples/transformation/BoxCoxTransformer.ipynb

Lines changed: 675 additions & 0 deletions
Large diffs are not rendered by default.

examples/transformation/LogTransformer.ipynb

Lines changed: 785 additions & 0 deletions
Large diffs are not rendered by default.

examples/transformation/PowerTransformer.ipynb

Lines changed: 693 additions & 0 deletions
Large diffs are not rendered by default.

examples/transformation/ReciprocalTransformer.ipynb

Lines changed: 774 additions & 0 deletions
Large diffs are not rendered by default.

examples/transformation/YeoJohnsonTransformer.ipynb

Lines changed: 718 additions & 0 deletions
Large diffs are not rendered by default.

examples/transformation/variable-transformers.ipynb

Lines changed: 0 additions & 970 deletions
This file was deleted.

0 commit comments

Comments
 (0)