-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Rename Microsoft.ML to Microsoft.ML.Legacy #920
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
Quick question: are we eventually going to delete all the entry point code (and code gen) in this project as well? Not just the learning pipeline API? #Resolved |
I would delete the codegen, but keep the entry points. #Resolved |
@@ -10,7 +10,7 @@ | |||
<ProjectReference Include="..\Microsoft.ML.Core\Microsoft.ML.Core.csproj" /> | |||
<ProjectReference Include="..\Microsoft.ML.Data\Microsoft.ML.Data.csproj" /> | |||
<ProjectReference Include="..\Microsoft.ML.StandardLearners\Microsoft.ML.StandardLearners.csproj" /> | |||
<ProjectReference Include="..\Microsoft.ML\Microsoft.ML.csproj" /> | |||
<ProjectReference Include="..\Microsoft.ML.Legacy\Microsoft.ML.Legacy.csproj" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are these src references concerning? What are we going to do when we delete the legacy assembly? #Resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I removed those I could from src. I wouldn't worry about test for now.
The remaining ones are PipelineInference
and StandardLearners
(there's a dependency for OVA entry point, which we'll have to fix, but not now)
In reply to: 217854702 [](ancestors = 217854702,217852426)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds good to me. Maybe the OVA entry point can go next to the OVA API?
<None Condition="Exists('..\data\external\WikiDetoxAnnotated160kRows.tsv')" | ||
Include="..\data\external\WikiDetoxAnnotated160kRows.tsv" | ||
Link="external\WikiDetoxAnnotated160kRows.tsv"> | ||
<None Condition="Exists('..\data\external\WikiDetoxAnnotated160kRows.tsv')" Include="..\data\external\WikiDetoxAnnotated160kRows.tsv" Link="external\WikiDetoxAnnotated160kRows.tsv"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did VS do this formatting? The existing format is easier to read. #Closed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well then I guess I wouldn’t worry about it because fighting VS is usually a losing battle... #Closed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a purely mechanical rename.
Microsoft.ML
->Microsoft.ML.Legacy
src/Microsoft.ML.Legacy