Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding the MinMaxScaler function #2

Closed
wants to merge 43 commits into from
Closed

Adding the MinMaxScaler function #2

wants to merge 43 commits into from

Commits on Dec 27, 2017

  1. Missing data imputatiom library

    lv33901 authored and lv33901 committed Dec 27, 2017
    Configuration menu
    Copy the full SHA
    5b97385 View commit details
    Browse the repository at this point in the history
  2. categorical encoder

    lv33901 authored and lv33901 committed Dec 27, 2017
    Configuration menu
    Copy the full SHA
    98d2be3 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2017

  1. rare encoder and windsoriser

    lv33901 authored and lv33901 committed Dec 28, 2017
    Configuration menu
    Copy the full SHA
    e23e64b View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2018

  1. bug fixes in categorical encoder and unitests for it

    lv33901 authored and lv33901 committed Jan 9, 2018
    Configuration menu
    Copy the full SHA
    31a5b0d View commit details
    Browse the repository at this point in the history
  2. added error handlers to NA imputer

    lv33901 authored and lv33901 committed Jan 9, 2018
    Configuration menu
    Copy the full SHA
    7e5c66c View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2018

  1. unit test for na imputer

    lv33901 authored and lv33901 committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    2c5f441 View commit details
    Browse the repository at this point in the history
  2. value error handlers for input variables on na imputer

    lv33901 authored and lv33901 committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    307359c View commit details
    Browse the repository at this point in the history
  3. outlier handler error hanlders and unit tests

    lv33901 authored and lv33901 committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    d6aca94 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2018

  1. sphinx docs for open source documentation

    lv33901 authored and lv33901 committed Jan 11, 2018
    Configuration menu
    Copy the full SHA
    6d261bf View commit details
    Browse the repository at this point in the history
  2. sphinx makefile

    lv33901 authored and lv33901 committed Jan 11, 2018
    Configuration menu
    Copy the full SHA
    b6bc2d8 View commit details
    Browse the repository at this point in the history
  3. sphinx jekyll

    lv33901 authored and lv33901 committed Jan 11, 2018
    Configuration menu
    Copy the full SHA
    37bfdf5 View commit details
    Browse the repository at this point in the history
  4. sphinx requirements

    lv33901 authored and lv33901 committed Jan 11, 2018
    Configuration menu
    Copy the full SHA
    8f12731 View commit details
    Browse the repository at this point in the history
  5. sphinx requirements

    lv33901 authored and lv33901 committed Jan 11, 2018
    Configuration menu
    Copy the full SHA
    ab7740e View commit details
    Browse the repository at this point in the history
  6. license

    lv33901 authored and lv33901 committed Jan 11, 2018
    Configuration menu
    Copy the full SHA
    eb2d56b View commit details
    Browse the repository at this point in the history
  7. readme file

    lv33901 authored and lv33901 committed Jan 11, 2018
    Configuration menu
    Copy the full SHA
    58c1062 View commit details
    Browse the repository at this point in the history
  8. readme file

    lv33901 authored and lv33901 committed Jan 11, 2018
    Configuration menu
    Copy the full SHA
    f1bca05 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2018

  1. change path in tests so it works

    lv33901 authored and lv33901 committed Jan 15, 2018
    Configuration menu
    Copy the full SHA
    1f2a01a View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2018

  1. add warnings on n_categories for low cardinal variables

    lv33901 authored and lv33901 committed Feb 15, 2018
    Configuration menu
    Copy the full SHA
    7260e84 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2018

  1. Configuration menu
    Copy the full SHA
    f23d3a6 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2018

  1. modified na imputers

    solegalli committed May 16, 2018
    Configuration menu
    Copy the full SHA
    521ec38 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2018

  1. outlier removers

    solegalli committed May 19, 2018
    Configuration menu
    Copy the full SHA
    80ff465 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2018

  1. discretisers

    solegalli committed May 25, 2018
    Configuration menu
    Copy the full SHA
    f9aec02 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2018

  1. variable transformers

    Galli committed May 31, 2018
    Configuration menu
    Copy the full SHA
    0257053 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2018

  1. Final version ready to package

    solegalli committed Dec 31, 2018
    Configuration menu
    Copy the full SHA
    3f65cd6 View commit details
    Browse the repository at this point in the history
  2. updated readme

    solegalli committed Dec 31, 2018
    Configuration menu
    Copy the full SHA
    91a84fd View commit details
    Browse the repository at this point in the history
  3. updated readme

    solegalli committed Dec 31, 2018
    Configuration menu
    Copy the full SHA
    2a2a280 View commit details
    Browse the repository at this point in the history
  4. updated readme

    solegalli committed Dec 31, 2018
    Configuration menu
    Copy the full SHA
    d3df652 View commit details
    Browse the repository at this point in the history
  5. new files for documentation

    solegalli committed Dec 31, 2018
    Configuration menu
    Copy the full SHA
    3840491 View commit details
    Browse the repository at this point in the history
  6. build for docs

    solegalli committed Dec 31, 2018
    Configuration menu
    Copy the full SHA
    7b68189 View commit details
    Browse the repository at this point in the history
  7. for the docs

    solegalli committed Dec 31, 2018
    Configuration menu
    Copy the full SHA
    d3e4361 View commit details
    Browse the repository at this point in the history
  8. still playing with the docs

    solegalli committed Dec 31, 2018
    Configuration menu
    Copy the full SHA
    df99e16 View commit details
    Browse the repository at this point in the history
  9. requirements for docs

    solegalli committed Dec 31, 2018
    Configuration menu
    Copy the full SHA
    76d2121 View commit details
    Browse the repository at this point in the history
  10. requirements for docs

    solegalli committed Dec 31, 2018
    Configuration menu
    Copy the full SHA
    5d1197a View commit details
    Browse the repository at this point in the history
  11. requirements for docs

    solegalli committed Dec 31, 2018
    Configuration menu
    Copy the full SHA
    d138abd View commit details
    Browse the repository at this point in the history
  12. requirements for docs

    solegalli committed Dec 31, 2018
    Configuration menu
    Copy the full SHA
    b7b4b01 View commit details
    Browse the repository at this point in the history
  13. this version of docs works locally

    solegalli committed Dec 31, 2018
    Configuration menu
    Copy the full SHA
    2af6d46 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2019

  1. modified setup following Chris suggestion

    solegalli committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    f077c0f View commit details
    Browse the repository at this point in the history
  2. setup version

    solegalli committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    be4753f View commit details
    Browse the repository at this point in the history
  3. setup version

    solegalli committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    fca3684 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2019

  1. added deck link to readme

    solegalli committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    1ce02a6 View commit details
    Browse the repository at this point in the history
  2. feature engine example using sklearn pipeline

    solegalli committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    2b943f1 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2019

  1. Configuration menu
    Copy the full SHA
    bd99077 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52a16bc View commit details
    Browse the repository at this point in the history