Skip to content

Update documentation to stop mentioning interfaces that no longer exist #4673

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 30 commits into from
Jan 27, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
a095df9
ISchema to DataViewShema
antoniovs1029 Jan 17, 2020
12f0c5f
IRandom -> System.Random
antoniovs1029 Jan 17, 2020
bae0204
IRow -> DataViewRow
antoniovs1029 Jan 17, 2020
1cb8049
Moved DataViewRowCursor.md into docs/code
antoniovs1029 Jan 17, 2020
2e8d9e1
Moved DataViewRowCursor.md
antoniovs1029 Jan 17, 2020
505dcb6
Updated SynchronizedCursorBase
antoniovs1029 Jan 18, 2020
a8ea502
Updated ISchemaBindableMapper
antoniovs1029 Jan 18, 2020
43993bb
Updated ISweepers
antoniovs1029 Jan 18, 2020
eb7f5db
Updated RowCursorUtils
antoniovs1029 Jan 18, 2020
84bd5ce
Updated ClusteringEvaluator.Aggregator
antoniovs1029 Jan 18, 2020
e4cdafe
Updated EvaluatorBase
antoniovs1029 Jan 18, 2020
975aef4
Updated TrainerCursorBase
antoniovs1029 Jan 18, 2020
2c9b1d0
Updated OneToOneTransformBase
antoniovs1029 Jan 18, 2020
c2bc6b3
Updated KMeansUtils
antoniovs1029 Jan 18, 2020
c3b0ea2
Change in IDataReader code
antoniovs1029 Jan 18, 2020
45b3fc8
Modified ISweeper
antoniovs1029 Jan 21, 2020
b89a053
Revert "Updated SynchronizedCursorBase"
antoniovs1029 Jan 21, 2020
f8d549e
Use XML "see" for DataViewRow
antoniovs1029 Jan 21, 2020
e627874
Editing ClusteringEvaluator
antoniovs1029 Jan 21, 2020
5cf207e
Use XML "see" for DataViewRowCursor
antoniovs1029 Jan 21, 2020
925f52c
Updated RoleMappedSchema
antoniovs1029 Jan 21, 2020
cc9e55a
Updated ISchemaBindableMapper
antoniovs1029 Jan 21, 2020
2872752
Updated ISchemaBindableMapper
antoniovs1029 Jan 21, 2020
7229760
Remove MoveMany() comment from TrainerUtils
antoniovs1029 Jan 21, 2020
d15f0e6
Rephrase usage of "interface" on "Comparison with LINQ" Appendix
antoniovs1029 Jan 21, 2020
9286035
Typo
antoniovs1029 Jan 21, 2020
0f7a78d
Added explanatory comment to OneToOneTransformBase
antoniovs1029 Jan 21, 2020
77573fb
Updated IDataReader to IDataLoader in MlNetHighLevelConcepts.md
antoniovs1029 Jan 21, 2020
60f5891
Updated OneToOnetransformBase
antoniovs1029 Jan 23, 2020
fa6a364
Make it explicit that the Database loader spec refer to System.Data.I…
antoniovs1029 Jan 23, 2020
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
Updated ISweepers
  • Loading branch information
antoniovs1029 committed Jan 18, 2020
commit 43993bb433e6da22a7e7a48175da587cddb9a866
2 changes: 1 addition & 1 deletion src/Microsoft.ML.AutoML/Sweepers/ISweeper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ IComparable IRunResult.MetricValue

/// <summary>
/// The metric class, used by smart sweeping algorithms.
/// Ideally we would like to move towards the new IDataView/ISchematized, this is
/// Ideally we would like to move towards the new IDataView, this is
/// just a simple view instead, and it is decoupled from RunResult so we can move
/// in that direction in the future.
/// </summary>
Expand Down
2 changes: 1 addition & 1 deletion src/Microsoft.ML.Sweeper/ISweeper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ IComparable IRunResult.MetricValue

/// <summary>
/// The metric class, used by smart sweeping algorithms.
/// Ideally we would like to move towards the new IDataView/ISchematized, this is
/// Ideally we would like to move towards the new IDataView, this is
/// just a simple view instead, and it is decoupled from RunResult so we can move
/// in that direction in the future.
/// </summary>
Expand Down