Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Fix build and test failures in the aml branch. #418

Merged
merged 110 commits into from
Jan 27, 2020
Merged

Commits on Aug 23, 2019

  1. Configuration menu
    Copy the full SHA
    ebf03e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    600f5a5 View commit details
    Browse the repository at this point in the history
  3. add tests

    ganik committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    ac12b2f View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2019

  1. prelim commit

    ganik committed Aug 24, 2019
    Configuration menu
    Copy the full SHA
    62d3874 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2019

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

Commits on Aug 30, 2019

  1. upgrade version

    ganik committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    bb9dd73 View commit details
    Browse the repository at this point in the history
  2. fix tests

    ganik committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    4034c8a View commit details
    Browse the repository at this point in the history
  3. temp hack fix for native libs

    ganik committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    deecf05 View commit details
    Browse the repository at this point in the history
  4. copy libFeaturizers.so

    ganik committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    e2ef393 View commit details
    Browse the repository at this point in the history
  5. fix version

    ganik committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    6c85423 View commit details
    Browse the repository at this point in the history
  6. fix cp

    ganik committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    7fc9e08 View commit details
    Browse the repository at this point in the history
  7. fix version

    ganik committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    2dff122 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2019

  1. Update ML.Net version number.

    pieths.dev@gmail.com authored and pieths.dev@gmail.com committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    ab32ad1 View commit details
    Browse the repository at this point in the history
  2. Update the examples and unit tests.

    pieths.dev@gmail.com authored and pieths.dev@gmail.com committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    96904c4 View commit details
    Browse the repository at this point in the history
  3. Update to latest version of the Featurizers library.

    pieths.dev@gmail.com authored and pieths.dev@gmail.com committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    74df1e7 View commit details
    Browse the repository at this point in the history
  4. Fix test_tostring unit test.

    pieths.dev@gmail.com authored and pieths.dev@gmail.com committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    b310fc2 View commit details
    Browse the repository at this point in the history
  5. Temporarily skip the estimator checks unit tests.

    pieths.dev@gmail.com authored and pieths.dev@gmail.com committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    f10ac43 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2019

  1. Upgrade pip to the latest version when installing the Python

    packages on Windows. This fixes an issue I had where scikit-learn
    would not install when building NimbusML with the RlsWinPy3.6
    configuration because it could not find one of the test data sets.
    pieths.dev@gmail.com authored and pieths.dev@gmail.com committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    e13263a View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2019

  1. Update test_estimator_checks for the three new transformers.

    pieths.dev@gmail.com authored and pieths.dev@gmail.com committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    fe37274 View commit details
    Browse the repository at this point in the history
  2. Remove extra comma from test_estimator_checks.

    pieths.dev@gmail.com authored and pieths.dev@gmail.com committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    c928293 View commit details
    Browse the repository at this point in the history
  3. Update the ML.Net version.

    pieths.dev@gmail.com authored and pieths.dev@gmail.com committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    4d6807e View commit details
    Browse the repository at this point in the history
  4. Merge pull request microsoft#4 from pieths/aml

    Updates to the aml branch.
    ganik committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    f3e8417 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7f20259 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2019

  1. Configuration menu
    Copy the full SHA
    9c23cc4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46b5716 View commit details
    Browse the repository at this point in the history
  3. Add TimeSeriesImputer

    ganik committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    2c4630c View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2019

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

Commits on Sep 18, 2019

  1. Upgrade TensorFlow.NET version. Required by latest version of Microso…

    …ft.ML.Dnn.
    pieths.dev@gmail.com authored and pieths.dev@gmail.com committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    1454256 View commit details
    Browse the repository at this point in the history
  2. Update ML.Net version and import new AutoMLFeaturizers package.

    pieths.dev@gmail.com authored and pieths.dev@gmail.com committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    e0bf89e View commit details
    Browse the repository at this point in the history
  3. Add back in the accidentally removed tests from test_data_with_missin…

    …g.py.
    pieths.dev@gmail.com authored and pieths.dev@gmail.com committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    a69cf6e View commit details
    Browse the repository at this point in the history
  4. Update the DateTimeSplitter examples.

    pieths.dev@gmail.com authored and pieths.dev@gmail.com committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    b1a8073 View commit details
    Browse the repository at this point in the history
  5. Update the ToKeyImputer examples.

    pieths.dev@gmail.com authored and pieths.dev@gmail.com committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    2d89f49 View commit details
    Browse the repository at this point in the history
  6. Update the ToString examples.

    pieths.dev@gmail.com authored and pieths.dev@gmail.com committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    d434492 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2019

  1. Merge pull request microsoft#5 from pieths/aml

    Latest updates to aml branch.
    ganik committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    a726b23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b420f79 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3e78dd View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2019

  1. Update build to support latest nuget packages and updates.

    pieths.dev@gmail.com authored and pieths.dev@gmail.com committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    088d437 View commit details
    Browse the repository at this point in the history
  2. Remove copy of libFeaturizers from linux build script.

    pieths.dev@gmail.com authored and pieths.dev@gmail.com committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    feef418 View commit details
    Browse the repository at this point in the history
  3. Merge pull request microsoft#6 from pieths/aml

    Update build to support latest nuget packages and updates.
    ganik committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    6b8c5c5 View commit details
    Browse the repository at this point in the history
  4. Add TimeSeriesImputer to the NimbusML project.

    pieths.dev@gmail.com authored and pieths.dev@gmail.com committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    ecb5f3b View commit details
    Browse the repository at this point in the history
  5. Merge pull request microsoft#7 from pieths/aml

    Add TimeSeriesImputer to the NimbusML project.
    ganik committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    b1f473f View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2019

  1. Add initial DataFrame based example for TimeSeriesImputer.

    pieths.dev@gmail.com authored and pieths.dev@gmail.com committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    7f1917f View commit details
    Browse the repository at this point in the history
  2. Update to the latest version of manifest.json.

    pieths.dev@gmail.com authored and pieths.dev@gmail.com committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    d4a78ae View commit details
    Browse the repository at this point in the history
  3. Add missing project include for the TimeSeriesImputer example.

    pieths.dev@gmail.com authored and pieths.dev@gmail.com committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    ed9ec73 View commit details
    Browse the repository at this point in the history
  4. Update the DateTimeSplitter examples.

    pieths.dev@gmail.com authored and pieths.dev@gmail.com committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    eb36294 View commit details
    Browse the repository at this point in the history
  5. Update build files to copy over the Data folder which is required for…

    … the country support in the DateTimeSplitter transform.
    pieths.dev@gmail.com authored and pieths.dev@gmail.com committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    15d026c View commit details
    Browse the repository at this point in the history
  6. Add a unit test for testing the holiday name return value for DateTim…

    …eSplitter.
    pieths.dev@gmail.com authored and pieths.dev@gmail.com committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    4904acf View commit details
    Browse the repository at this point in the history
  7. Add unit test for ToKeyImputer.

    pieths.dev@gmail.com authored and pieths.dev@gmail.com committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    5edf0d8 View commit details
    Browse the repository at this point in the history
  8. Update to latest version of manifest.json. Makes grain input required…

    … for TimeSeriesImputer.
    pieths.dev@gmail.com authored and pieths.dev@gmail.com committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    a775a92 View commit details
    Browse the repository at this point in the history
  9. Update TimeSeriesImputer_df example.

    pieths.dev@gmail.com authored and pieths.dev@gmail.com committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    34f6ba6 View commit details
    Browse the repository at this point in the history
  10. Remove TimeSeriesImputer from test_estimator_checks.

    pieths.dev@gmail.com authored and pieths.dev@gmail.com committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    18ee975 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2019

  1. Update nuget.config to point to relative directory for ml.net packages.

    pieths.dev@gmail.com authored and pieths.dev@gmail.com committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    7b05312 View commit details
    Browse the repository at this point in the history
  2. Add unit test for TimeSeriesImputer.

    pieths.dev@gmail.com authored and pieths.dev@gmail.com committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    b0fb48d View commit details
    Browse the repository at this point in the history
  3. Use environmental variable to specify the local ml.net nuget package …

    …directory.
    pieths.dev@gmail.com authored and pieths.dev@gmail.com committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    f62c17a View commit details
    Browse the repository at this point in the history
  4. Update to the latest version of ml.net.

    pieths.dev@gmail.com authored and pieths.dev@gmail.com committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    a4cf299 View commit details
    Browse the repository at this point in the history
  5. Add latest version of nuget packages for building.

    pieths.dev@gmail.com authored and pieths.dev@gmail.com committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    db36336 View commit details
    Browse the repository at this point in the history
  6. Merge pull request microsoft#8 from pieths/aml

    [WIP] Latest changes for the aml branch.
    ganik committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    9ef9baf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    913e785 View commit details
    Browse the repository at this point in the history
  8. Update to the latest windows ml.net binaries.

    pieths.dev@gmail.com authored and pieths.dev@gmail.com committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    a697082 View commit details
    Browse the repository at this point in the history
  9. Add linux ml.net binaries.

    pieths.dev@gmail.com authored and pieths.dev@gmail.com committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    5c8fbc4 View commit details
    Browse the repository at this point in the history
  10. Merge pull request microsoft#9 from pieths/aml

    Update to the latest windows and linux ml.net binaries (aml branch).
    ganik committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    e3b5473 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    13cb163 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5b2fc0c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    765164f View commit details
    Browse the repository at this point in the history
  14. Merge pull request microsoft#10 from michaelgsharp/ganik/aml

    Adding correct local nuget packages for ML.NET
    ganik committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    b9da669 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    3d5a973 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2019

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

Commits on Oct 4, 2019

  1. Update the referenced ML.Net versions.

    pieths.dev@gmail.com authored and pieths.dev@gmail.com committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    afcdda1 View commit details
    Browse the repository at this point in the history
  2. Update to the latest version of the manifest.

    pieths.dev@gmail.com authored and pieths.dev@gmail.com committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    28c8e16 View commit details
    Browse the repository at this point in the history
  3. Add RobustScaler to the public API.

    pieths.dev@gmail.com authored and pieths.dev@gmail.com committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    7910a8e View commit details
    Browse the repository at this point in the history
  4. Fix spacing bug in RobustScalar in manifest.json.

    pieths.dev@gmail.com authored and pieths.dev@gmail.com committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    678ce5b View commit details
    Browse the repository at this point in the history
  5. Merge branch 'upstream-master' into aml

    pieths.dev@gmail.com authored and pieths.dev@gmail.com committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    a79ba3e View commit details
    Browse the repository at this point in the history
  6. Merge pull request microsoft#13 from pieths/aml

    Latest updates for the aml branch.
    ganik committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    b3e61be View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3c08c41 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2019

  1. Update to the latest version of manifest.json which contains naming f…

    …ix for RobustScaler.
    pieths.dev@gmail.com authored and pieths.dev@gmail.com committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    cbae53a View commit details
    Browse the repository at this point in the history
  2. Merge pull request microsoft#14 from pieths/aml

    Update to latest manifest.json which contains fix for RobustScaler naming.
    ganik committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    76b00c3 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2019

  1. Update to latest unsigned nuget packages for testing RobustScaler and…

    … latest master features.
    pieths.dev@gmail.com authored and pieths.dev@gmail.com committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    3cc1c75 View commit details
    Browse the repository at this point in the history
  2. Add RobustScaler unit tests and examples.

    pieths.dev@gmail.com authored and pieths.dev@gmail.com committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    907f6b5 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'upstream-master' into aml

    pieths.dev@gmail.com authored and pieths.dev@gmail.com committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    f0a3c95 View commit details
    Browse the repository at this point in the history
  4. Merge pull request microsoft#15 from pieths/aml

    Latest updates for aml branch.
    ganik committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    ebb1c7f View commit details
    Browse the repository at this point in the history
  5. Update to the latest signed ML.Net nugets.

    pieths.dev@gmail.com authored and pieths.dev@gmail.com committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    f8d1d9e View commit details
    Browse the repository at this point in the history
  6. Merge pull request microsoft#16 from pieths/aml

    Update to the latest signed ML.Net nugets.
    ganik committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    5e839d3 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2019

  1. Configuration menu
    Copy the full SHA
    aeb8e6e View commit details
    Browse the repository at this point in the history
  2. Fix RobustScaler checks in test_estimator_checks.

    pieths.dev@gmail.com authored and pieths.dev@gmail.com committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    0952d52 View commit details
    Browse the repository at this point in the history
  3. Merge pull request microsoft#17 from pieths/aml

    Fix RobustScaler checks in test_estimator_checks.
    ganik committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    90ff473 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    31416f3 View commit details
    Browse the repository at this point in the history
  5. up version

    ganik committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    932ae12 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2019

  1. Merge branch 'upstream-master' into aml

    pieths.dev@gmail.com authored and pieths.dev@gmail.com committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    9572489 View commit details
    Browse the repository at this point in the history
  2. Merge pull request microsoft#18 from pieths/aml

    Merge master into AML.
    ganik committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    6410f26 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2019

  1. Update to the latest version of ML.Net.

    pieths.dev@gmail.com authored and pieths.dev@gmail.com committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    962113e View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2019

  1. Whitespace change to start a new CI run to see if the mac build is wo…

    …rking again.
    pieths.dev@gmail.com authored and pieths.dev@gmail.com committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    55ab4eb View commit details
    Browse the repository at this point in the history
  2. Initial implementation of DateTimeSplitter. Ported from the aml branch.

    pieths.dev@gmail.com authored and pieths.dev@gmail.com committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    c883590 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into datetime-featurizer

    pieths.dev@gmail.com authored and pieths.dev@gmail.com committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    ee41bad View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2020

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

Commits on Jan 6, 2020

  1. Merge branch 'master' into datetime-featurizer

    pieths.dev@gmail.com authored and pieths.dev@gmail.com committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    5f5b464 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'datetime-featurizer' of https://github.com/pieths/NimbusML

     into datetime-featurizer
    pieths.dev@gmail.com authored and pieths.dev@gmail.com committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    92d47f6 View commit details
    Browse the repository at this point in the history
  3. Fix missing import in test_datetimesplitter.

    pieths.dev@gmail.com authored and pieths.dev@gmail.com committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    cf16a1e View commit details
    Browse the repository at this point in the history
  4. Fix issue with ColumnSelector when dropping columns after DateTimeSpl…

    …itter.
    pieths.dev@gmail.com authored and pieths.dev@gmail.com committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    c135be2 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2020

  1. Use latest ML.Net dev packages from MachineLearning feed.

    pieths.dev@gmail.com authored and pieths.dev@gmail.com committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    284fcd7 View commit details
    Browse the repository at this point in the history
  2. Re-enable the default nuget.org feed. It does not appear to cause

    any conflicts with getting the latest packages so long as the * is
    used in the PackageReference Version attributes. Keeping this enabled
    will allow other packages which are not part of the the MachineLearning
    feed to be retrieved (ie. Microsoft.MLFeaturizers).
    pieths.dev@gmail.com authored and pieths.dev@gmail.com committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    ad00b70 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2020

  1. Add whitespace change to restart CI build. Linux timed out.

    pieths.dev@gmail.com authored and pieths.dev@gmail.com committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    258a799 View commit details
    Browse the repository at this point in the history
  2. Fix build issue when using pip version >= 20.0.0

    pieths.dev@gmail.com authored and pieths.dev@gmail.com committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    c542c1d View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into nuget_update

    pieths.dev@gmail.com authored and pieths.dev@gmail.com committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    4c5bac1 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2020

  1. Merge branch 'ganik-aml' into aml

    pieths.dev@gmail.com authored and pieths.dev@gmail.com committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    5e8da52 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'datetime-featurizer' into aml

    pieths.dev@gmail.com authored and pieths.dev@gmail.com committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    73496e2 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'nightly' into aml

    pieths.dev@gmail.com authored and pieths.dev@gmail.com committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    5411a93 View commit details
    Browse the repository at this point in the history
  4. Remove local-nuget-packages, fix build and test_estimator_checks fail…

    …ures.
    pieths.dev@gmail.com authored and pieths.dev@gmail.com committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    29d7188 View commit details
    Browse the repository at this point in the history
  5. Remove DateTimeSplitter duplicates in nimbusml.pyproj

    pieths.dev@gmail.com authored and pieths.dev@gmail.com committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    d30cc47 View commit details
    Browse the repository at this point in the history
  6. Remove duplicate ML.Featurizers import.

    pieths.dev@gmail.com authored and pieths.dev@gmail.com committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    c84412b View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2020

  1. Merge branch 'aml' of https://github.com/microsoft/NimbusML into aml

    pieths.dev@gmail.com authored and pieths.dev@gmail.com committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    85c659a View commit details
    Browse the repository at this point in the history