Skip to content

Conversation

@codemzs
Copy link
Member

@codemzs codemzs commented Dec 20, 2018

fixes #1697

…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
@codemzs codemzs requested review from artidoro and sfilipi December 20, 2018 03:22
@TomFinley
Copy link
Contributor

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?

@TomFinley
Copy link
Contributor

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., BinaryLoader has been moved to Microsoft.ML), which makes me nervous. That's just one of the things I can see in the few files that are showing up (since, of course it can't show me all of them), which makes me nervous.

@Ivanidzo4ka
Copy link
Contributor

I've see some changes like:
Microsoft.ML.Runtime.Internal.Utilities -> Microsoft.ML.Internal.Utilities.
In Issue you referencing, I don't see any mentions about removing Runtime from namespace names.
Is it described in another issue? Can you link it?

@TomFinley
Copy link
Contributor

Hi @codemzs , given #1956 is in, this seems to be obsolete. Want to close?

@codemzs
Copy link
Member Author

codemzs commented Dec 25, 2018

@TomFinley Yes, I have closed it.

@codemzs codemzs closed this Dec 25, 2018
@ghost ghost locked as resolved and limited conversation to collaborators Mar 25, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove "Runtime" from all namespace reference, sort namespaces as per .net convention and enforce the same.

3 participants