Skip to content

moving IEstimator, ITransformer ,IDataReader, IDataReaderEstimator, … #2529

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

Merged
merged 2 commits into from
Feb 13, 2019

Conversation

sfilipi
Copy link
Member

@sfilipi sfilipi commented Feb 13, 2019

moving IEstimator, ITransformer, IDataReader, IDataReaderEstimator, SchemaShape from Microsoft.ML.Core.Data to Microsoft.ML.
Those were the only types in Microsoft.ML.Core.Data.

The change is mechanical, IMO you can just approve if the above sentence is not controversial.

Towards #2326.

…chemaShape from Microsoft.ML.Core.Data to Microsoft.ML
@sfilipi sfilipi self-assigned this Feb 13, 2019
@sfilipi sfilipi added the API Issues pertaining the friendly API label Feb 13, 2019
@sfilipi sfilipi added this to the 0219 milestone Feb 13, 2019
Copy link
Contributor

@TomFinley TomFinley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeesh. Thanks @sfilipi !! Maybe @codemzs can advise on the tools he used. The comment I read about this was here.

Copy link
Contributor

@rogancarr rogancarr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a few weird indentations!

🍧

@@ -27,7 +26,7 @@
[assembly: LoadableClass(typeof(void), typeof(KMeansPlusPlusTrainer), null, typeof(SignatureEntryPointModule), "KMeans")]

namespace Microsoft.ML.Trainers.KMeans
{
{
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wrong indent?

@@ -31,7 +30,7 @@
[assembly: LoadableClass(typeof(void), typeof(RandomizedPcaTrainer), null, typeof(SignatureEntryPointModule), RandomizedPcaTrainer.LoadNameValue)]

namespace Microsoft.ML.Trainers.PCA
{
{
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wrong indent?

@@ -32,7 +31,7 @@
[assembly: LoadableClass(typeof(void), typeof(PrincipalComponentAnalysisTransformer), null, typeof(SignatureEntryPointModule), PrincipalComponentAnalysisTransformer.LoaderSignature)]

namespace Microsoft.ML.Transforms.Projections
{
{
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wrong indent?

using Microsoft.ML.Data;
using Microsoft.ML.Internal.Calibration;
using Microsoft.ML.Trainers;
using Xunit;

namespace Microsoft.ML.Tests.TrainerEstimators
{
{
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bad indent?

@@ -15,7 +13,7 @@
using Xunit.Abstractions;

namespace Microsoft.ML.Tests.TrainerEstimators
{
{
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bad indent?

@sfilipi sfilipi merged commit 174de1a into dotnet:master Feb 13, 2019
@sfilipi sfilipi deleted the finalNamespaceOrdering branch February 13, 2019 18:57
@sfilipi
Copy link
Member Author

sfilipi commented Feb 13, 2019

@rogancarr I just noticed the indentation notes. I'll address them on the next pr...

@codecov
Copy link

codecov bot commented Feb 13, 2019

Codecov Report

Merging #2529 into master will decrease coverage by <.01%.
The diff coverage is 100%.

@@            Coverage Diff             @@
##           master    #2529      +/-   ##
==========================================
- Coverage   71.25%   71.25%   -0.01%     
==========================================
  Files         797      797              
  Lines      141280   141280              
  Branches    16115    16115              
==========================================
- Hits       100675   100671       -4     
- Misses      36147    36148       +1     
- Partials     4458     4461       +3
Flag Coverage Δ
#Debug 71.25% <100%> (-0.01%) ⬇️
#production 67.58% <ø> (-0.01%) ⬇️
#test 85.36% <100%> (ø) ⬆️

@ghost ghost locked as resolved and limited conversation to collaborators Mar 24, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
API Issues pertaining the friendly API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants