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

Convert PcaTransform to Estimator API #1333

Merged
merged 30 commits into from
Oct 25, 2018

Commits on Oct 17, 2018

  1. Added placeholder

    Shahab Moradi committed Oct 17, 2018
    Configuration menu
    Copy the full SHA
    2f8099a View commit details
    Browse the repository at this point in the history
  2. Cleaned up Infos (replaced with ColumnPairs)

    Shahab Moradi committed Oct 17, 2018
    Configuration menu
    Copy the full SHA
    b952053 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2018

  1. Added ColumnInfo

    Shahab Moradi committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    fbb7bf9 View commit details
    Browse the repository at this point in the history
  2. Added all the Create() methods.

    Shahab Moradi committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    e1cada0 View commit details
    Browse the repository at this point in the history
  3. Added Mapper

    Shahab Moradi committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    4f490b0 View commit details
    Browse the repository at this point in the history
  4. Commented out the EntryPoint

    Shahab Moradi committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    fa8d938 View commit details
    Browse the repository at this point in the history
  5. Added PcaEstimator2

    Shahab Moradi committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    12bfaa0 View commit details
    Browse the repository at this point in the history
  6. PcaWorkout test passes

    Shahab Moradi committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    524d545 View commit details
    Browse the repository at this point in the history
  7. Added pigsty api

    Shahab Moradi committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    79af00f View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2018

  1. Fixed EntryPoint

    Shahab Moradi committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    f58b5e7 View commit details
    Browse the repository at this point in the history
  2. Fixed the arguments

    Shahab Moradi committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    9a29c98 View commit details
    Browse the repository at this point in the history
  3. Fixed tests and added pigsty test

    Shahab Moradi committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    2c3282f View commit details
    Browse the repository at this point in the history
  4. Deleted Wrapped PCA transform

    Shahab Moradi committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    99d8291 View commit details
    Browse the repository at this point in the history
  5. Float -> float

    Shahab Moradi committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    78da594 View commit details
    Browse the repository at this point in the history
  6. Cleaned docstrings

    Shahab Moradi committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    220433d View commit details
    Browse the repository at this point in the history
  7. Removed some unnecessary checks

    Shahab Moradi committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    1a7121a View commit details
    Browse the repository at this point in the history
  8. Simplified unnecessary code

    Shahab Moradi committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    b986eb0 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2018

  1. Moved some fields to ColumnInfo for simplifications

    Shahab Moradi committed Oct 21, 2018
    Configuration menu
    Copy the full SHA
    51aa687 View commit details
    Browse the repository at this point in the history
  2. Simplified weight columns

    Shahab Moradi committed Oct 21, 2018
    Configuration menu
    Copy the full SHA
    9e7f571 View commit details
    Browse the repository at this point in the history
  3. Merged with master

    Shahab Moradi committed Oct 21, 2018
    Configuration menu
    Copy the full SHA
    f985de3 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2018

  1. Address PR comments #1

    Shahab Moradi committed Oct 22, 2018
    Configuration menu
    Copy the full SHA
    db8d690 View commit details
    Browse the repository at this point in the history
  2. Addressed PR comments dotnet#2

    Shahab Moradi committed Oct 22, 2018
    Configuration menu
    Copy the full SHA
    1b18db5 View commit details
    Browse the repository at this point in the history
  3. Moved the static test

    Shahab Moradi committed Oct 22, 2018
    Configuration menu
    Copy the full SHA
    bb2ad55 View commit details
    Browse the repository at this point in the history
  4. PR comments dotnet#3

    Shahab Moradi committed Oct 22, 2018
    Configuration menu
    Copy the full SHA
    b729c70 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2018

  1. Merge branch 'master' into PCA_api_conversion

    Shahab Moradi committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    75de58d View commit details
    Browse the repository at this point in the history
  2. Moved schema related information out of ColumnInfo and into Mapper.Co…

    …lumnSchemaInfo.
    Shahab Moradi committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    a3febeb View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2018

  1. PR comments

    Shahab Moradi committed Oct 24, 2018
    Configuration menu
    Copy the full SHA
    9c97e3b View commit details
    Browse the repository at this point in the history
  2. PR comments

    Shahab Moradi committed Oct 24, 2018
    Configuration menu
    Copy the full SHA
    0fff9d2 View commit details
    Browse the repository at this point in the history
  3. Updated manifest for entrypoint PcaCalculator

    Shahab Moradi committed Oct 24, 2018
    Configuration menu
    Copy the full SHA
    decb36c View commit details
    Browse the repository at this point in the history
  4. Fixed schema exceptions

    Shahab Moradi committed Oct 24, 2018
    Configuration menu
    Copy the full SHA
    b041d97 View commit details
    Browse the repository at this point in the history