File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 11BSD 3-Clause License
22
3- Copyright (c) 2018, Soledad Galli, All rights reserved.
3+ Copyright (c) 2018-2021 The Feature-engine developers.
4+ All rights reserved.
45
56Redistribution and use in source and binary forms, with or without
67modification, are permitted provided that the following conditions are met:
Original file line number Diff line number Diff line change 2020# If extensions (or modules to document with autodoc) are in another directory,
2121# add these directories to sys.path here. If the directory is relative to the
2222# documentation root, use os.path.abspath to make it absolute, like shown here.
23- # sys.path.insert(0, os.path.abspath("."))
24- # sys.path.insert(0, os.path.abspath("../"))
23+ sys .path .insert (0 , os .path .abspath ("." ))
24+ sys .path .insert (0 , os .path .abspath ("../" ))
2525sys .path .insert (1 , os .path .dirname (os .path .abspath ("../" )) + os .sep + "feature_engine" )
2626sys .path .insert (0 , os .path .abspath ("sphinxext" ))
2727from github_link import make_linkcode_resolve
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Contributors
1515Contributors are community members who contribute in various ways to the project.
1616Anyone can become a contributor, and contributions can be of various forms, not just
1717code. To see how you can help check the
18- `Contributing page <https://feature-engine.readthedocs.io/en/latest/contributing /index.html >`_.
18+ `Contribute page <https://feature-engine.readthedocs.io/en/latest/contribute /index.html >`_.
1919
2020
2121Core Contributors
Original file line number Diff line number Diff line change @@ -78,6 +78,7 @@ Tutorials
7878 - **Imputation **: updated "how to" examples of missing data imputation (**by Pradumna Suryawanshi **)
7979 - **Encoders **: new and updated "how to" examples of categorical encoding (**by Ashok Kumar **)
8080 - **Discretisation **: new and updated "how to" examples of discretisation (**by Ashok Kumar **)
81+ - **Variable transformation **: updated "how to" examples on how to apply mathematical transformations to variables (**by Pradumna Suryawanshi **)
8182
8283
8384For Contributors and Developers
You can’t perform that action at this time.
0 commit comments