-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Remove "Runtime" from all namespace reference and move public facing classes used in Samples into Microsoft.ML namespace. #1937
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
Conversation
…to runtimens # Conflicts: # docs/samples/Microsoft.ML.Samples/Static/LightGBMBinaryClassification.cs # docs/samples/Microsoft.ML.Samples/Static/LightGBMRegression.cs # src/Microsoft.ML.Data/Prediction/PredictionFunction.cs # src/Microsoft.ML.HalLearners.StaticPipe/VectorWhiteningStaticExtensions.cs # src/Microsoft.ML.LightGBM.StaticPipe/LightGbmStaticExtensions.cs # src/Microsoft.ML.StandardLearners/Standard/ModelStatistics.cs # src/Microsoft.ML.StaticPipe/LdaStaticExtensions.cs # src/Microsoft.ML.StaticPipe/NormalizerStaticExtensions.cs # src/Microsoft.ML.StaticPipe/SdcaStaticExtensions.cs # src/Microsoft.ML.StaticPipe/TermStaticExtensions.cs # src/Microsoft.ML.StaticPipe/TermStaticExtensions.tt # src/Microsoft.ML.StaticPipe/TransformsStatic.cs # src/Microsoft.ML.TensorFlow/TensorFlowModelInfo.cs # test/Microsoft.ML.OnnxTransformTest/DnnImageFeaturizerTest.cs # test/Microsoft.ML.OnnxTransformTest/OnnxTransformTests.cs # test/Microsoft.ML.StaticPipelineTesting/StaticPipeTests.cs # test/Microsoft.ML.StaticPipelineTesting/Training.cs # test/Microsoft.ML.Tests/TensorFlowEstimatorTests.cs # test/Microsoft.ML.Tests/TrainerEstimators/TreeEstimators.cs # test/Microsoft.ML.Tests/Transformers/TextFeaturizerTests.cs
…to runtimens # Conflicts: # docs/samples/Microsoft.ML.Samples/Dynamic/PermutationFeatureImportance.cs # src/Microsoft.ML.EntryPoints/CrossValidationBinaryMacro.cs # src/Microsoft.ML.EntryPoints/ImportTextData.cs # src/Microsoft.ML.EntryPoints/JsonUtils/JsonManifestUtils.cs # src/Microsoft.ML.EntryPoints/MacroUtils.cs # src/Microsoft.ML.EntryPoints/ModelOperations.cs # src/Microsoft.ML.EntryPoints/OneVersusAllMacro.cs # src/Microsoft.ML.EntryPoints/TrainTestBinaryMacro.cs # src/Microsoft.ML.EntryPoints/TrainTestMacro.cs # src/Microsoft.ML.Legacy/CSharpApi.cs # src/Microsoft.ML.Legacy/Models/CrossValidator.cs # src/Microsoft.ML.Legacy/Models/TrainTestEvaluator.cs # src/Microsoft.ML.Transforms/PermutationFeatureImportanceExtensions.cs # test/BaselineOutput/Common/EntryPoints/core_ep-list.tsv # test/Microsoft.ML.Core.Tests/UnitTests/TestEntryPoints.cs
|
Hi @codemzs thanks for looking at this. One thing you'll note is that you've changed 917 files. This means that both codeflow and the git web review are overwhelmed, since codeflow can only display so many files at a time. The git web tool is an inadequate tool at the best of times. So basically, I'm unsure how to review this. This PR seems way, way too large. What would you recommend? |
|
I might recommend that the original plan, which I thought involved a more gradual approach, easier to review and more incremental, would be appropriate. In particular lots of things seem to have been moved to namespaces where they clearly don't belong (e.g., |
|
I've see some changes like: |
|
@TomFinley Yes, I have closed it. |
fixes #1697