Skip to content

GetSummaryDataView() implementation for Pca and Linear Predictors #185

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 19 commits into from
Jun 8, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove space
  • Loading branch information
ganik committed May 27, 2018
commit 9943586661a0e1f33fed5ac1807d5d0f7b682872
1 change: 0 additions & 1 deletion src/Microsoft.ML.PCA/PcaTrainer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,6 @@ public IDataView GetSummaryDataView(RoleMappedSchema schema)
return bldr.GetDataView();
}


public ColumnType InputType
{
get { return _inputType; }
Expand Down