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

Replace DV data type system with .NET standard type system. #863

Merged
merged 44 commits into from
Sep 19, 2018

Commits on Sep 7, 2018

  1. Configuration menu
    Copy the full SHA
    67f96a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f13ba07 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d115d1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2a8eeb5 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'DvInts' of https://github.com/codemzs/machinelearning i…

    …nto typesystem
    
    # Conflicts:
    #	src/Microsoft.ML.Api/ApiUtils.cs
    #	src/Microsoft.ML.Data/Data/Conversion.cs
    #	test/BaselineOutput/SingleDebug/Command/Datatypes-datatypes.txt
    #	test/BaselineOutput/SingleRelease/Command/Datatypes-datatypes.txt
    #	test/Microsoft.ML.Core.Tests/UnitTests/DvTypes.cs
    #	test/Microsoft.ML.Tests/CollectionDataSourceTests.cs
    codemzs committed Sep 7, 2018
    Configuration menu
    Copy the full SHA
    8cb201d View commit details
    Browse the repository at this point in the history
  6. merge DvInts into DvText

    codemzs committed Sep 7, 2018
    Configuration menu
    Copy the full SHA
    92106bf View commit details
    Browse the repository at this point in the history
  7. Merge branch 'DvBool2' of https://github.com/codemzs/machinelearning

    …into typesystem
    
    # Conflicts:
    #	src/Microsoft.ML.Api/ApiUtils.cs
    #	src/Microsoft.ML.Api/DataViewConstructionUtils.cs
    #	src/Microsoft.ML.Api/TypedCursor.cs
    #	src/Microsoft.ML.Core/Data/DataKind.cs
    #	src/Microsoft.ML.Core/Data/DvInt1.cs
    #	src/Microsoft.ML.Core/Data/DvInt2.cs
    #	src/Microsoft.ML.Core/Data/DvInt4.cs
    #	src/Microsoft.ML.Core/Data/DvInt8.cs
    #	src/Microsoft.ML.Core/Data/DvText.cs
    #	src/Microsoft.ML.Core/Data/TypeUtils.cs
    #	src/Microsoft.ML.Data/Data/Conversion.cs
    #	src/Microsoft.ML.Data/Evaluators/BinaryClassifierEvaluator.cs
    #	src/Microsoft.ML.Data/Evaluators/ClusteringEvaluator.cs
    #	src/Microsoft.ML.Data/Evaluators/MultiOutputRegressionEvaluator.cs
    #	src/Microsoft.ML.Data/Evaluators/MulticlassClassifierEvaluator.cs
    #	src/Microsoft.ML.Data/Evaluators/RankerEvaluator.cs
    #	src/Microsoft.ML.Data/Evaluators/RegressionEvaluatorBase.cs
    #	test/BaselineOutput/SingleDebug/Command/Datatypes-datatypes.txt
    #	test/BaselineOutput/SingleRelease/Command/Datatypes-datatypes.txt
    #	test/Microsoft.ML.Core.Tests/UnitTests/DvTypes.cs
    #	test/Microsoft.ML.Core.Tests/UnitTests/TestCSharpApi.cs
    #	test/Microsoft.ML.Core.Tests/UnitTests/TestEntryPoints.cs
    #	test/Microsoft.ML.StaticPipelineTesting/StaticPipeTests.cs
    #	test/Microsoft.ML.TestFramework/TestSparseDataView.cs
    #	test/Microsoft.ML.Tests/CollectionDataSourceTests.cs
    codemzs committed Sep 7, 2018
    Configuration menu
    Copy the full SHA
    300253b View commit details
    Browse the repository at this point in the history
  8. merge DvBool.

    codemzs committed Sep 7, 2018
    Configuration menu
    Copy the full SHA
    dca6f24 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'DvDateTime3' of https://github.com/codemzs/machinelearning

     into typesystem
    
    # Conflicts:
    #	src/Microsoft.ML.Data/Data/Conversion.cs
    #	src/Microsoft.ML.Data/DataLoadSave/Binary/CodecFactory.cs
    #	src/Microsoft.ML.Data/DataLoadSave/Binary/Codecs.cs
    #	src/Microsoft.ML.Data/DataLoadSave/Binary/UnsafeTypeOps.cs
    #	src/Microsoft.ML.Transforms/NAReplaceUtils.cs
    #	test/BaselineOutput/SingleDebug/Command/Datatypes-datatypes.txt
    #	test/BaselineOutput/SingleRelease/Command/Datatypes-datatypes.txt
    codemzs committed Sep 7, 2018
    Configuration menu
    Copy the full SHA
    771f01d View commit details
    Browse the repository at this point in the history
  10. merge DvDateTime et. al.

    codemzs committed Sep 7, 2018
    Configuration menu
    Copy the full SHA
    323a40a View commit details
    Browse the repository at this point in the history
  11. fix tests.

    codemzs committed Sep 7, 2018
    Configuration menu
    Copy the full SHA
    12cc1a5 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2018

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

Commits on Sep 10, 2018

  1. PR feedback.

    codemzs committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    c39b6e6 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2018

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

Commits on Sep 12, 2018

  1. PR feedback.

    codemzs committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    2d3d03d View commit details
    Browse the repository at this point in the history
  2. PR feedback.

    codemzs committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    30c0ba8 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of https://github.com/dotnet/machinelearning in…

    …to typesystem
    
    # Conflicts:
    #	src/Microsoft.ML.Core/CommandLine/CmdParser.cs
    #	src/Microsoft.ML.Data/Evaluators/MulticlassClassifierEvaluator.cs
    #	src/Microsoft.ML.Data/Transforms/KeyToValueTransform.cs
    codemzs committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    8e8541c View commit details
    Browse the repository at this point in the history
  4. merge master.

    codemzs committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    4f23011 View commit details
    Browse the repository at this point in the history
  5. clean up and some caching.

    codemzs committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    78e65fb View commit details
    Browse the repository at this point in the history
  6. some more caching.

    codemzs committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    9fa9060 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'master' of https://github.com/dotnet/machinelearning in…

    …to typesystem
    
    # Conflicts:
    #	src/Microsoft.ML.Data/Transforms/KeyToVectorTransform.cs
    #	src/Microsoft.ML.Transforms/KeyToBinaryVectorTransform.cs
    codemzs committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    8c80530 View commit details
    Browse the repository at this point in the history
  8. Merge master.

    codemzs committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    d45bc2c View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2018

  1. Configuration menu
    Copy the full SHA
    25c3144 View commit details
    Browse the repository at this point in the history
  2. perf improvement.

    codemzs committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    c28a2f5 View commit details
    Browse the repository at this point in the history
  3. performance improvements.

    codemzs committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    22e0cd0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf2cd7a View commit details
    Browse the repository at this point in the history
  5. Split using IndexOf.

    Remove unused variable.
    eerhardt committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    2753d96 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2018

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

Commits on Sep 18, 2018

  1. Merge branch 'master' of https://github.com/dotnet/machinelearning in…

    …to typesystem
    
    # Conflicts:
    #	src/Microsoft.ML.Data/Transforms/ConcatTransform.cs
    #	src/Microsoft.ML.FastTree/GamTrainer.cs
    #	test/Microsoft.ML.Core.Tests/UnitTests/TestCSharpApi.cs
    #	test/Microsoft.ML.Tests/CollectionDataSourceTests.cs
    #	test/Microsoft.ML.Tests/LearningPipelineTests.cs
    #	test/Microsoft.ML.Tests/OnnxTests.cs
    #	test/Microsoft.ML.Tests/Scenarios/PipelineApi/MultithreadedPrediction.cs
    #	test/Microsoft.ML.Tests/Scenarios/PipelineApi/SimpleTrainAndPredict.cs
    #	test/Microsoft.ML.Tests/Scenarios/SentimentPredictionTests.cs
    #	test/Microsoft.ML.Tests/Scenarios/TensorflowTests.cs
    codemzs committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    6b84a22 View commit details
    Browse the repository at this point in the history
  2. merge from master.

    codemzs committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    01d7533 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd2dc3c View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2018

  1. Configuration menu
    Copy the full SHA
    000af4b View commit details
    Browse the repository at this point in the history
  2. PR feedback.

    codemzs committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    7c8b07e View commit details
    Browse the repository at this point in the history
  3. cleanup.

    codemzs committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    c7e62ba View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of https://github.com/dotnet/machinelearning in…

    …to typesystem
    
    # Conflicts:
    #	src/Microsoft.ML.Transforms/Text/WordEmbeddingsTransform.cs
    #	test/Microsoft.ML.Tests/Scenarios/Api/Estimators/Visibility.cs
    #	test/Microsoft.ML.Tests/Scenarios/Api/Visibility.cs
    codemzs committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    8a3a7f5 View commit details
    Browse the repository at this point in the history
  5. merge from master.

    codemzs committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    33e4b3e View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' of https://github.com/dotnet/machinelearning in…

    …to typesystem
    
    # Conflicts:
    #	src/Microsoft.ML.Transforms/NAReplaceTransform.cs
    #	src/Microsoft.ML.Transforms/NAReplaceUtils.cs
    codemzs committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    44b33b8 View commit details
    Browse the repository at this point in the history
  7. misc.

    codemzs committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    d3cc8c4 View commit details
    Browse the repository at this point in the history
  8. fix failed test due to merge.

    codemzs committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    0b68409 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    201349e View commit details
    Browse the repository at this point in the history
  10. PR feedback.

    codemzs committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    942cb6c View commit details
    Browse the repository at this point in the history
  11. PR feedback.

    codemzs committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    ededeef View commit details
    Browse the repository at this point in the history
  12. PR feedback.

    codemzs committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    4d82de0 View commit details
    Browse the repository at this point in the history