Skip to content

Commit 45478c2

Browse files
author
Ivan Matantsev
committed
merge from master
2 parents 08a2a00 + 86f5ee6 commit 45478c2

File tree

49 files changed

+1853
-338
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+1853
-338
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ All commits in a pull request will be squashed to a single commit with the origi
2424

2525
# Contributing
2626

27-
See [Contributing](Documentation/project-docs/contributing.md) for information about coding styles, source structure, making pull requests, and more.
27+
See [Contributing](docs/project-docs/contributing.md) for information about coding styles, source structure, making pull requests, and more.
2828

2929
# Developers
3030

31-
See the [Developer Guide](Documentation/project-docs/developer-guide.md) for details about developing in this repo.
31+
See the [Developer Guide](docs/project-docs/developer-guide.md) for details about developing in this repo.

Microsoft.ML.sln

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,14 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.ML.Sweeper", "src
5858
EndProject
5959
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{E20AF96D-3F66-4065-8A89-BEE479D74536}"
6060
ProjectSection(SolutionItems) = preProject
61-
Documentation\README.md = Documentation\README.md
61+
docs\README.md = docs\README.md
62+
docs\release-notes\0.1\release-0.1.md = docs\release-notes\0.1\release-0.1.md
6263
EndProjectSection
6364
EndProject
6465
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "project-docs", "project-docs", "{52794B40-AB8A-41AF-9EF7-799C80D6E0BC}"
6566
ProjectSection(SolutionItems) = preProject
66-
Documentation\project-docs\contributing.md = Documentation\project-docs\contributing.md
67-
Documentation\project-docs\developer-guide.md = Documentation\project-docs\developer-guide.md
67+
docs\project-docs\contributing.md = docs\project-docs\contributing.md
68+
docs\project-docs\developer-guide.md = docs\project-docs\developer-guide.md
6869
EndProjectSection
6970
EndProject
7071
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{76F579E4-B9D2-4A0C-A511-EEFA4B2B829F}"
@@ -76,8 +77,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
7677
EndProject
7778
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "building", "building", "{DB751004-5D49-4B88-B78F-29CA9887087D}"
7879
ProjectSection(SolutionItems) = preProject
79-
Documentation\building\unix-instructions.md = Documentation\building\unix-instructions.md
80-
Documentation\building\windows-instructions.md = Documentation\building\windows-instructions.md
80+
docs\building\unix-instructions.md = docs\building\unix-instructions.md
81+
docs\building\windows-instructions.md = docs\building\windows-instructions.md
8182
EndProjectSection
8283
EndProject
8384
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "specs", "specs", "{2DEFC784-F2B5-44EA-ABBB-0DCF3E689DAC}"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Along with these ML capabilities this first release of ML.NET also brings the fi
1818

1919
ML.NET runs on Windows, Linux, and macOS - any platform where 64 bit [.NET Core](https://github.com/dotnet/core) or later is available.
2020

21-
The current release is 0.1. Check out the [release notes](Documentation/release-notes/0.1/release-0.1.md).
21+
The current release is 0.1. Check out the [release notes](docs/release-notes/0.1/release-0.1.md).
2222

2323
First ensure you have installed [.NET Core 2.0](https://www.microsoft.com/net/learn/get-started) or later. ML.NET also works on the .NET Framework. Note that ML.NET currently must run in a 64 bit process.
2424

@@ -40,7 +40,7 @@ Daily NuGet builds of the project are also available in our MyGet feed:
4040
4141
## Building
4242

43-
To build ML.NET from source please visit our [developers guide](Documentation/project-docs/developer-guide.md).
43+
To build ML.NET from source please visit our [developers guide](docs/project-docs/developer-guide.md).
4444

4545
| | x64 Debug | x64 Release |
4646
|:---|----------------:|------------------:|

ZBaselines/Common/EntryPoints/core_ep-list.tsv

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
Data.CustomTextLoader Import a dataset from a text file Microsoft.ML.Runtime.EntryPoints.ImportTextData ImportText Microsoft.ML.Runtime.EntryPoints.ImportTextData+Input Microsoft.ML.Runtime.EntryPoints.ImportTextData+Output
12
Data.DataViewReference Pass dataview from memory to experiment Microsoft.ML.Runtime.EntryPoints.DataViewReference ImportData Microsoft.ML.Runtime.EntryPoints.DataViewReference+Input Microsoft.ML.Runtime.EntryPoints.DataViewReference+Output
23
Data.IDataViewArrayConverter Create and array variable Microsoft.ML.Runtime.EntryPoints.CrossValidationBinaryMacro MakeArray Microsoft.ML.Runtime.EntryPoints.CrossValidationBinaryMacro+ArrayIDataViewInput Microsoft.ML.Runtime.EntryPoints.CrossValidationBinaryMacro+ArrayIDataViewOutput
34
Data.PredictorModelArrayConverter Create and array variable Microsoft.ML.Runtime.EntryPoints.CrossValidationBinaryMacro MakeArray Microsoft.ML.Runtime.EntryPoints.CrossValidationBinaryMacro+ArrayIPredictorModelInput Microsoft.ML.Runtime.EntryPoints.CrossValidationBinaryMacro+ArrayIPredictorModelOutput
4-
Data.TextLoader Import a dataset from a text file Microsoft.ML.Runtime.EntryPoints.ImportTextData ImportText Microsoft.ML.Runtime.EntryPoints.ImportTextData+Input Microsoft.ML.Runtime.EntryPoints.ImportTextData+Output
5+
Data.TextLoader Import a dataset from a text file Microsoft.ML.Runtime.EntryPoints.ImportTextData TextLoader Microsoft.ML.Runtime.EntryPoints.ImportTextData+LoaderInput Microsoft.ML.Runtime.EntryPoints.ImportTextData+Output
56
Models.AnomalyDetectionEvaluator Evaluates an anomaly detection scored dataset. Microsoft.ML.Runtime.Data.Evaluate AnomalyDetection Microsoft.ML.Runtime.Data.AnomalyDetectionMamlEvaluator+Arguments Microsoft.ML.Runtime.EntryPoints.CommonOutputs+CommonEvaluateOutput
67
Models.BinaryClassificationEvaluator Evaluates a binary classification scored dataset. Microsoft.ML.Runtime.Data.Evaluate Binary Microsoft.ML.Runtime.Data.BinaryClassifierMamlEvaluator+Arguments Microsoft.ML.Runtime.EntryPoints.CommonOutputs+ClassificationEvaluateOutput
78
Models.BinaryCrossValidator Cross validation for binary classification Microsoft.ML.Runtime.EntryPoints.CrossValidationBinaryMacro CrossValidateBinary Microsoft.ML.Runtime.EntryPoints.CrossValidationBinaryMacro+Arguments Microsoft.ML.Runtime.EntryPoints.CommonOutputs+MacroOutput`1[Microsoft.ML.Runtime.EntryPoints.CrossValidationBinaryMacro+Output]

0 commit comments

Comments
 (0)