Skip to content
This repository was archived by the owner on Jul 24, 2022. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
256 commits
Select commit Hold shift + click to select a range
eb656df
Merge branch 'master' of https://github.com/dotnet/machinelearning
sdpython Mar 20, 2019
2d51943
Merge branch 'master' of https://github.com/dotnet/machinelearning
sdpython Mar 23, 2019
0ca1e46
Merge branch 'master' of https://github.com/dotnet/machinelearning
sdpython Mar 27, 2019
39b453e
Merge branch 'master' of https://github.com/dotnet/machinelearning
sdpython Apr 8, 2019
1628ea1
Merge branch 'master' of https://github.com/dotnet/machinelearning
sdpython Apr 26, 2019
369eb57
Merge branch 'master' of https://github.com/dotnet/machinelearning
sdpython May 3, 2019
c934419
update props
sdpython May 11, 2019
7b34cf8
add GetRowCursorSingle
sdpython May 11, 2019
d9fd68f
expose ModelLoadContext
sdpython May 11, 2019
f8bc7ac
expose more members
sdpython May 11, 2019
df4643d
Revert "expose more members"
sdpython May 11, 2019
35b3d03
Revert "expose ModelLoadContext"
sdpython May 11, 2019
6949279
add method Count()
sdpython May 12, 2019
c053d52
add method Count to DataViewRowCursor
sdpython May 13, 2019
cb3f465
revert some modifications
sdpython May 13, 2019
f3b38ff
revert one modification
sdpython May 13, 2019
f101da3
Merge branch 'master' of https://github.com/dotnet/machinelearning
sdpython May 13, 2019
9fe52d9
Merge branch 'master' of https://github.com/sdpython/machinelearning …
sdpython May 13, 2019
0fe0684
remove unnecessary change
sdpython May 13, 2019
b01eaaf
update Count()
sdpython May 13, 2019
732d816
update Count()
sdpython May 13, 2019
afe4952
Add SingleThread
sdpython May 13, 2019
cbeadbd
update SingleThread
sdpython May 13, 2019
436d37c
update
sdpython May 13, 2019
d522054
update IDataTransform
sdpython May 13, 2019
ce71571
update
sdpython May 13, 2019
53b4ab3
Merge branch 'master' of https://github.com/dotnet/machinelearning in…
sdpython May 15, 2019
914b0ce
Merge branch 'master' of https://github.com/dotnet/machinelearning in…
sdpython May 17, 2019
9cf3702
Merge branch 'master' of https://github.com/dotnet/machinelearning in…
sdpython May 24, 2019
53bea35
Merge branch 'master' of https://github.com/dotnet/machinelearning in…
sdpython Jun 4, 2019
0852c24
Merge branch 'master' of https://github.com/dotnet/machinelearning in…
sdpython Jul 23, 2019
ca10405
Merge branch 'master' of https://github.com/dotnet/machinelearning in…
sdpython Mar 2, 2020
b1794cd
Merge branch 'master' of https://github.com/dotnet/machinelearning in…
sdpython Apr 11, 2020
6219d30
update assembly ext
sdpython Apr 12, 2020
fbea448
move ubuntu and centos to agent pool with larger disk space (#5024)
frank-dong-ms-zz Apr 14, 2020
38f34b8
Fix SsaForecast bug (#5023)
frank-dong-ms-zz Apr 14, 2020
a75be32
Update Featurizers to latest nuget. (#4993)
michaelgsharp Apr 14, 2020
615eae1
fix 2 build issues (#5026)
frank-dong-ms-zz Apr 15, 2020
9726b41
Update ForecastBySsa function specifications and add seealso (#5027)
mstfbl Apr 15, 2020
a6fe47a
Dotnetcore3.1 bench1 (#5029)
frank-dong-ms-zz Apr 16, 2020
41c5fc3
Fixing build in UNIX systems that don't have en-US as default culture…
kevencarneiro Apr 17, 2020
214926f
Fix official build (#5040)
frank-dong-ms-zz Apr 19, 2020
0a980fc
Converted potentially large variables to type long (#5041)
mstfbl Apr 21, 2020
37edde9
Support for Categorical features in CalculateFeatureContribution of L…
antoniovs1029 Apr 21, 2020
90bdcc6
Added ability to compare configuration specific baselines (#5045)
harishsk Apr 22, 2020
a190ce7
move CI windows build to netcore public pool (#5043)
frank-dong-ms-zz Apr 22, 2020
919bc8b
Removed references to NeuralTreeEvaluator.dll and dependent functions…
mstfbl Apr 22, 2020
770327a
fix bug for empty categorical values (#5048)
guolinke Apr 23, 2020
adad3e4
NetCore3.1 generates different test result issue (#5047)
frank-dong-ms-zz Apr 23, 2020
062be28
clarifying parameters on time series (#5038)
Apr 23, 2020
db84060
Handle NaN optimization metric in AutoML (#5031)
najeeb-kazmi Apr 24, 2020
e1fe0a8
Let ImageLoadingTransformer dispose the last image it loads (#5056)
antoniovs1029 Apr 24, 2020
2b5b9cf
Fixed X64Fact tests (#5057)
mstfbl Apr 25, 2020
bfd2773
simplify baseline files (#5059)
frank-dong-ms-zz Apr 25, 2020
08a8b15
Added logging for when specific configuration baseline is used (#5060)
mstfbl Apr 28, 2020
d8cb431
Added time series and DateTimeTransformer tests that load its input f…
antoniovs1029 Apr 28, 2020
5a30444
Update package dependency in CodeGenerator (#5036)
LittleLittleCloud Apr 28, 2020
8e5ec41
Update CodeGenerator's console project to netcoreapp3.1 (#5066)
LittleLittleCloud Apr 29, 2020
096d294
Fixed baselines between Debug and Release builds (#5068)
mstfbl Apr 29, 2020
2a85f3f
fix x86 crash (#5081)
frank-dong-ms-zz May 4, 2020
401928a
Added SQLite database to test loading of datasets in non-Windows buil…
mstfbl May 5, 2020
c7b8e87
Use KeyTypeAttribute from Schema in CreateTextLoader (#5082)
aslotte May 5, 2020
c83ea54
MurmurHash Onnx Export (#5013)
kere-nel May 5, 2020
06cb08b
Re-enabled BinaryClassifierSymSgdTest for MacOS and Linux with platfo…
mstfbl May 6, 2020
f560585
Fix MatrixFactorization trainer's warning (#5071)
LittleLittleCloud May 6, 2020
b74cacc
ColumnSelectingTransformer now infers ONNX shape (#5079)
michaelgsharp May 6, 2020
fd53d21
Changed Dictionary to ConcurrentDictionary (#5097)
harishsk May 7, 2020
4864be9
make code coverage timeout to 90 minutes, move nightly build pipeline…
frank-dong-ms-zz May 7, 2020
eba36db
Fixes None dimension bug (#4652)
kere-nel May 7, 2020
59dbdea
Adding vector tests for KeyToValue and ValueToKey (#5090)
kere-nel May 8, 2020
1a3df98
Adding OneHotHashEncoding Test (#5098)
kere-nel May 9, 2020
2616202
Disabled BinaryClassifierSymSgdTest for test stability (#5110)
mstfbl May 9, 2020
fd6f86c
test move back to host see if still hangs (#5108)
frank-dong-ms-zz May 9, 2020
6c30763
address TF test download fail, use resource manager with retry downlo…
frank-dong-ms-zz May 9, 2020
bc1fd86
add root cause localization transformer (#4925)
suxi-ms May 11, 2020
24ed17d
Pass into inner exception to InvalidOperationException (#5091)
aslotte May 11, 2020
e25ef28
move nightly build pipeline and outer pipeline back to hosted (#5118)
frank-dong-ms-zz May 12, 2020
161a329
ensure benchmark dataset is downloaded before using (#5117)
frank-dong-ms-zz May 12, 2020
ef3f045
Update OnnxTransformer Doc XML (#5085)
jwood803 May 13, 2020
a45cc5c
move tf meta file download to build stage (#5120)
frank-dong-ms-zz May 13, 2020
8e5f7b4
Updated libmf and corresponding MatrixFactorizationSimpleTrainAndPred…
mstfbl May 14, 2020
a2406f6
enable build step timeout also some code cleanup (#5122)
frank-dong-ms-zz May 14, 2020
3da9e1e
Revert code gen (#5127)
LittleLittleCloud May 14, 2020
212081c
disable download meta file by default, only enable on CI (#5131)
frank-dong-ms-zz May 15, 2020
7d8c85b
Update Ubuntu build and reenable test on Linux (#5137)
mstfbl May 15, 2020
b4bff87
Add public generic methods to TextLoader catalog that accept Options …
antoniovs1029 May 16, 2020
6fddd31
Add support for combining hashes in vector columns to HashingTransfor…
yaeldMS May 18, 2020
91ae1a9
Fix Microsoft.ML.DataView references (#5136)
eerhardt May 18, 2020
c025270
Error message for non-parsable datasets in AutoML (#5130)
justinormont May 18, 2020
405c22e
Fix libomp installation for MacOS CI Builds (#5141)
mstfbl May 19, 2020
24ca443
fix build issue (#5140)
frank-dong-ms-zz May 19, 2020
3c8922d
Updated installation of libomp on Mac trusted CI builds (#5143)
mstfbl May 19, 2020
4dcc6a8
Enable TextLoader to accept new lines in quoted fields (#5125)
antoniovs1029 May 19, 2020
d682a60
use new meta file from premium storage account (#5133)
frank-dong-ms-zz May 19, 2020
c023271
Support more types for HashEstimator (#5104)
wangyems May 19, 2020
d58e8d1
Adding support for MurmurHash KeyDataTypes (#5138)
kere-nel May 21, 2020
a4af0ec
Add SrCnn entire API by implementing function (#5135)
mengaims May 21, 2020
c576d5e
Add escapeChar support to TextLoader and added benchmark for TextLoad…
antoniovs1029 May 21, 2020
e3ca7e0
support sweeping multiline option in AutoML (#5148)
LittleLittleCloud May 21, 2020
27141e3
Added decimal marker option in TextLoader (#5145)
mstfbl May 22, 2020
bc9abda
Created DoubleParser.OptionFlags to be used internally by TextLoader …
antoniovs1029 May 24, 2020
ad07320
Change back previous version hashing of 8 byte types (#5152)
yaeldMS May 26, 2020
3cbd97a
Updated doc comments and renamed public types (#5153)
harishsk May 26, 2020
b371384
Fixed onnx export for key types other than uint (#5160)
harishsk May 26, 2020
121a999
Added release notes for v1.5 release and updated version info (#5151)
harishsk May 26, 2020
64fe899
Updated version to v1.5.1 (#5167)
harishsk May 27, 2020
89f3e07
Uniform onnx conversion method when using non-default column names (#…
wangyems May 27, 2020
85f8eaa
Removed unused CodeGen Baseline (#5172)
antoniovs1029 May 27, 2020
3cd23c5
set Session as public so user can have access to tf graph (#5149)
frank-dong-ms-zz May 28, 2020
65f6c5f
Improve error message when defining custom type for variables (#5114)
wangyems May 28, 2020
8b54a7b
added in standard conversions from types to ReadOnlyMemory<char> (#5106)
michaelgsharp May 28, 2020
e46cd07
Updated ORT version info for OnnxScoringEstimator (#5175)
harishsk May 29, 2020
413cf82
Robust Scaler now added to the Normalizer catalog (#5166)
michaelgsharp May 29, 2020
c8cace2
new code coverage (#5169)
frank-dong-ms-zz May 30, 2020
207d466
output memory usage after every test finish (#5180)
frank-dong-ms-zz Jun 1, 2020
4b5398b
remove unnecessary methods (#5186)
frank-dong-ms-zz Jun 1, 2020
06ab717
Refactor of OnnxConversionTests.cs (#5185)
michaelgsharp Jun 2, 2020
1ea2b47
Issue 4047, improve error message give expected type (#5189)
frank-dong-ms-zz Jun 2, 2020
d1bf425
Support onnx export with previous OpSet version (#5176)
wangyems Jun 3, 2020
0cbe115
Fixed version format of built packages (#5197)
harishsk Jun 3, 2020
3d848a9
Fixed OnnxTransformer output column mapping. (#5192)
michaelgsharp Jun 3, 2020
c0eeea9
Learning with counts (Dracula) transformer (#4514)
yaeldMS Jun 4, 2020
9244e68
Add a sample for Onnx conversion (#5195)
wangyems Jun 8, 2020
c664748
Allow TextLoader to load empty float/double fields as NaN instead of …
antoniovs1029 Jun 9, 2020
840ddcd
Added in new MissingValueReplacing method. (#5205)
michaelgsharp Jun 10, 2020
02c27b7
fixed Microsoft.MLFeaturizer version in nuget and csproj (#5223)
michaelgsharp Jun 10, 2020
9fddee4
Filter anomalies according to boundaries under AnomalyAndMargin mode …
mengaims Jun 10, 2020
79c070d
Removing featurizers now in ML.Net (#5209)
michaelgsharp Jun 10, 2020
21cb34a
remove unnecessary comments (#5226)
wangyems Jun 10, 2020
95b58cc
add random seed when create random temp folder to avoid conflict (#5229)
frank-dong-ms-zz Jun 11, 2020
4f90006
Fix comment in NormalizeRobustScaling (#5239)
Nishikoh Jun 13, 2020
0fcf7ae
Issue 3234: use model schema type instead of class definition schema …
frank-dong-ms-zz Jun 15, 2020
830280e
Fixes DateTimeTransformer file path issue for NimbusML (#5234)
michaelgsharp Jun 16, 2020
9c7e141
Improve exception msg by adding column name (#5232)
wangyems Jun 17, 2020
b0eafd2
Adding Ranking AutoML Task (#5150)
kere-nel Jun 17, 2020
3d11ce4
checkin (#5245)
wangyems Jun 18, 2020
1c2469f
add threshold for RCA (#5218)
suxi-ms Jun 19, 2020
2ee9f4b
Merge branch 'master' of https://github.com/dotnet/machinelearning in…
sdpython Jun 22, 2020
bb13d62
Add DetectSeasonality as a Helper function in TimeSeries ExtensionDia…
lisahua Jun 22, 2020
091bddf
Changed default NGram length from 1 to 2. (#5248)
michaelgsharp Jun 26, 2020
45a16dc
remove output from lda native (#5259)
frank-dong-ms-zz Jun 26, 2020
33f5f32
Add deseasonality in SrCnnEntireAnomalyDetect (#5202)
guinao Jun 29, 2020
1296c29
Ensured Sanitized Column Names are Unique in AutoML CLI (#5177)
mstfbl Jun 29, 2020
ec159ec
make timeout larger as we are seeing timeouts in CI (#5265)
frank-dong-ms-zz Jun 29, 2020
709ec02
Combined methods related to splitting data into one single method. Al…
antoniovs1029 Jun 30, 2020
dd81e79
Enabling custom groupId column in the Ranking AutoML experiment (#5246)
kere-nel Jun 30, 2020
5f875da
Returning multiple dimensions in RCA for anomaly detection (#5236)
klausmh Jun 30, 2020
1611f55
address build version issue and enhance logging (#5268)
frank-dong-ms-zz Jun 30, 2020
fa54370
Fixing copy-paste error (#5269)
klausmh Jul 1, 2020
187dc6d
remove test data clean up step (#5272)
frank-dong-ms-zz Jul 1, 2020
b7d0063
fix issue 4322, enable lda summary output (#5260)
frank-dong-ms-zz Jul 1, 2020
81357ba
Fixed score column name and order bugs in CalibratorTransformer (#5261)
mstfbl Jul 1, 2020
c459af0
Add two-variable scenario in Tensor shape inference for TensorflowTra…
wangyems Jul 2, 2020
14c8acc
Added cross entropy and learning rate scheduler support to validation…
mstfbl Jul 2, 2020
9390f3b
Properly normalize column names in GetSampleData(), added test (#5280)
mstfbl Jul 3, 2020
63a1714
fix test can_reload_model (#5287)
frank-dong-ms-zz Jul 6, 2020
e8fa731
Updated AveragedPerceptron default iterations from 1 to 10 (#5258)
michaelgsharp Jul 7, 2020
b628918
Changed default value of RowGroupColumnName from null to GroupId (#5290)
michaelgsharp Jul 7, 2020
a00a222
[Issue4484] Support specifying command timeout while using the databa…
wangyems Jul 8, 2020
3cc8ce8
Use Channel Instead of BufferBlock (#5123)
jwood803 Jul 8, 2020
5d0edf2
Test fix using breastcancel dataset and test cleanup (#5292)
frank-dong-ms-zz Jul 8, 2020
bc10d60
throw exception when call AppendCacheCheckPoint on empty estimator ch…
frank-dong-ms-zz Jul 9, 2020
f87a3bb
Enabling Ranking Cross Validation (#5263)
kere-nel Jul 10, 2020
6415f7f
Update OnnxTransformer Docs (#5296)
antoniovs1029 Jul 10, 2020
1b44be7
Improve VectorTypeAttribute(dimensions) docs (#5301)
antoniovs1029 Jul 11, 2020
7879849
StopWordsRemovingEstimator export to Onnx (#5279)
kere-nel Jul 11, 2020
fab2e1d
Added ONNX export support and tests for {FixedPlatt, Naive}Calibrator…
mstfbl Jul 11, 2020
9709008
Release notes for v1.5.1 (#5297)
harishsk Jul 11, 2020
b31bdee
Updated version to 1.5.2 (#5302)
harishsk Jul 11, 2020
cb5769d
update codegen to make it work with mlnet 1.5 (#5173)
LittleLittleCloud Jul 20, 2020
8631afa
RobustScalingNormalizer entrypoint added (#5310)
michaelgsharp Jul 20, 2020
2f0af7e
Aded catch in R^2 calculation for case with few samples (#5319)
mstfbl Jul 26, 2020
96ba353
Added build step for component governance (#5327)
harishsk Jul 28, 2020
6bae29f
Replace whitelist terminology to allow list (#5328)
LetticiaNicoli Jul 28, 2020
dd318d8
Channels await fix (#5313)
jwood803 Jul 29, 2020
37af3f9
Changed component governance scan type to Register (#5329)
harishsk Aug 5, 2020
4bc2d78
Removed ability to save filters from legacy filter code (#5338)
harishsk Aug 10, 2020
6e7ffb3
Integrated guardian SDL tools (#5344)
harishsk Aug 13, 2020
a769365
Enable FxCop on all projects (#5331)
antoniovs1029 Aug 13, 2020
2933216
Added IDisposable to OnnxTransformer and fixed memory leaks (#5348)
harishsk Aug 16, 2020
1b1872f
Added exception for NaN eigenvectors on PCA (#5349)
antoniovs1029 Aug 17, 2020
8413213
fix issue 5350, check file lock before reload model (#5351)
frank-dong-ms-zz Aug 18, 2020
9141290
Fixes #4392 Add AddPredictionEnginePool overload for implementation f…
NeoXtreem Aug 18, 2020
ba1804e
AutoML.Net filter infinity value when calculate average score (#5345)
LittleLittleCloud Aug 19, 2020
3fe6cdf
Fixes #5352 issues caused by equality with non-string values for root…
yeeyang19 Aug 25, 2020
4bd6f19
Updated codegen to support object detection scenario. (#5216)
ttstanley Aug 28, 2020
f9ddd54
Merge branch 'master' of https://github.com/dotnet/machinelearning in…
sdpython Aug 31, 2020
f9854f2
Added getter for InputObjectDataView's Data value (#5378)
mstfbl Aug 31, 2020
66df428
Added check for paths with wildcards to LoadFromTextFile (#5380)
mstfbl Sep 1, 2020
5370692
Optimize SR Cnn algorithm (#5374)
guinao Sep 4, 2020
68ea969
Added support for RankingMetrics with CrossValSummaryRunner (#5386)
mstfbl Sep 10, 2020
5929292
Created v1.5.2 relase notes (#5373)
harishsk Sep 11, 2020
4960f9d
Updated branch version (#5400)
harishsk Sep 15, 2020
5dbfd8a
Update to Onnxruntime 1.5.1 (#5406)
antoniovs1029 Sep 30, 2020
57be476
Change the _maxCalibrationExamples default on CalibratorUtils (#5415)
antoniovs1029 Sep 30, 2020
35d5a47
Fix perf regression in ShuffleRows (#5417)
eerhardt Oct 6, 2020
afba0bd
update tensorflow.net to 0.20.0 (#5404)
LittleLittleCloud Oct 13, 2020
82d4bb7
ProduceWordBags Onnx Export Fix (#5435)
kere-nel Oct 15, 2020
d95fe38
[SrCnnEntireAnomalyDetector] Upgrade boundary calculation and expecte…
guinao Oct 19, 2020
212b5df
Update OnnxRuntime to 1.5.2 (#5439)
antoniovs1029 Oct 20, 2020
4f37ffe
Merge branch 'master' of https://github.com/dotnet/machinelearning in…
sdpython Oct 20, 2020
f5aa7da
Fixed MacOS CI Pipeline builds (#5457)
mstfbl Oct 26, 2020
ea374c1
Improving error message (#5444)
kere-nel Oct 27, 2020
a9ab7fc
Fixed MacOS daily & nightly builds due to Homebrew bug (#5467)
mstfbl Oct 29, 2020
6ccf479
Auto.ML: Fix issue when parsing float string fails on pl-PL culture s…
ptelman Oct 30, 2020
7961575
handle exception during GetNextPipeline for AutoML (#5455)
frank-dong-ms-zz Oct 30, 2020
a0e959c
Changing LoadRawImages Sample (#5460)
kere-nel Nov 2, 2020
600d48d
Use Timer and ctx.CancelExecution() to fix AutoML max-time experiment…
mstfbl Nov 3, 2020
4a30bf5
fix issue 5020, allow ML.NET to load tf model with primitive input an…
frank-dong-ms-zz Nov 5, 2020
c255ac7
maxModels instead of time for AutoML unit test (#5471)
justinormont Nov 10, 2020
0c3f584
Disabling AutoFitMaxExperimentTimeTest
antoniovs1029 Nov 25, 2020
652abaa
Fix AutoFitMaxExperimentTimeTest (#5506)
mstfbl Dec 1, 2020
d257b88
Fix SR anomaly score calculation at beginning (#5502)
guinao Dec 2, 2020
c2f8ed5
Merge arcade to master (#5525)
harishsk Dec 3, 2020
5509110
fix benchmark test timeout issue (#5530)
frank-dong-ms-zz Dec 5, 2020
f28dfb3
removed old build stuff (#5531)
michaelgsharp Dec 6, 2020
bd0e5d0
Fixes Code Coverage in Arcade (#5528)
kere-nel Dec 7, 2020
9a5f235
Removed CODEOWNERS file to unify review process (#5535)
harishsk Dec 7, 2020
b836658
Fix publishing problems (#5538)
antoniovs1029 Dec 8, 2020
50f5b42
Updated prerelease label (#5540)
antoniovs1029 Dec 8, 2020
b927a0f
Fix warnings from CI Build (#5541)
frank-dong-ms-zz Dec 8, 2020
4549956
Updated build instructions (#5534)
mstfbl Dec 8, 2020
0c6238e
removed the rest of the old pkg references: (#5537)
michaelgsharp Dec 9, 2020
6a413ed
Perf improvement for TopK Accuracy and return all topK in Classificat…
jasallen Dec 9, 2020
6d5e79c
Fixed Spelling on stopwords (#5524)
LeoGaunt Dec 9, 2020
2a6cf9d
Changes to onnx export. (#5544)
michaelgsharp Dec 10, 2020
02b1fa6
Add back missing test project from running on arcade (#5545)
frank-dong-ms-zz Dec 10, 2020
26066f7
[CodeGenerator] Fix MLNet.CLI build error. (#5546)
LittleLittleCloud Dec 10, 2020
5318cc2
Fixed AutoML CrossValSummaryRunner for TopKAccuracyForAllK (#5548)
antoniovs1029 Dec 11, 2020
3e72d19
Tensorflow fix (#5547)
frank-dong-ms-zz Dec 11, 2020
5038e81
Update to OnnxRuntime 1.6.0 and fixed bug with sequences outputs (#5529)
antoniovs1029 Dec 11, 2020
54313b9
added in DcgTruncationLevel to AutoML api (#5433)
michaelgsharp Dec 12, 2020
e3597cd
Created release notes for v1.5.3 (#5543)
harishsk Dec 12, 2020
ae4d85c
Forward logs of Experiment's sub MLContexts to main MLContext (#5554)
mstfbl Dec 16, 2020
777f4ce
Update Stale docs (#5550)
antoniovs1029 Dec 16, 2020
70ecfff
continueOnError on Brew Workaround (#5555)
antoniovs1029 Dec 16, 2020
6fe50e4
Fix publishing symbols (#5556)
antoniovs1029 Dec 17, 2020
331ea1c
Updated version to 1.5.4 (#5557)
harishsk Dec 17, 2020
0fca56c
Fixed version numbers in the right place (#5558)
harishsk Dec 17, 2020
59d6b4f
eng (#5560)
harishsk Dec 18, 2020
3d53995
Renamed release notes file (#5561)
harishsk Dec 18, 2020
cf7dbff
Add SymSgdNative reference to AutoML.Tests.csproj (#5559)
antoniovs1029 Dec 18, 2020
56e82be
Nuget.config url fix for roslyn compilers (#5584)
michaelgsharp Jan 13, 2021
c2ddff1
added in note that PredictionEngine is not thread safe (#5583)
michaelgsharp Jan 13, 2021
927a61a
Onnx Export for ValueMapping estimator (#5577)
kere-nel Jan 15, 2021
c9ed772
Fixed Averaged Perceptron default value (#5586)
michaelgsharp Jan 21, 2021
43290c3
fixing official build (#5596)
michaelgsharp Jan 22, 2021
a44cdaf
Release/1.5.4 fix (#5599)
michaelgsharp Jan 26, 2021
9e78947
Remove references to Microsoft.ML.Scoring (#5602)
ericstj Jan 27, 2021
593a425
Merge branch 'master' of https://github.com/dotnet/machinelearning in…
sdpython Jan 29, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
7 changes: 7 additions & 0 deletions .gdn/.gdnsettings
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"files": { },
"folders": { },
"overwriteLogs": true,
"telemetryFlushTimeout": 10,
"variables": { }
}
7 changes: 7 additions & 0 deletions .gdn/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## Ignore Guardian internal files
.r/
i/
p/

## Ignore Guardian Local settings
LocalSettings.gdn.json
134 changes: 134 additions & 0 deletions .gdn/c/antimalware.1.0.0.gdntool
Original file line number Diff line number Diff line change
@@ -0,0 +1,134 @@
{
"fileVersion": "1.0.0",
"name": "AntiMalware",
"fullName": "AntiMalware",
"toolVersion": "1.0.0",
"shortDescription": "A command line utility for running Microsoft AntiMalware/Windows Defender tool.",
"longDescription": "This is a command line utility for running Microsoft AntiMalware/Windows Defender tool. It must be run on a local machine (or build agent) with Windows Defender already installed.",
"links": [
{
"name": "Windows Defender",
"uri": "https://www.microsoft.com/en-us/windows/comprehensive-security"
}
],
"launcher": "NetCore",
"executablePath": "tools\\Microsoft.Guardian.AntiMalware.Cli.dll",
"successfulExitCodes": [ 0 ],
"errorExitCodes": {
"2": "Malware is found and not remediated or additional user action is required to complete remediation or there is error in scanning."
},
"errorHelperMessage": "For help troubleshooting errors based on the HRESULT error code returned by Defender (Windows Update), please visit https://social.technet.microsoft.com/wiki/contents/articles/15260.windows-update-agent-error-codes.aspx or https://www.1eswiki.com/wiki/AntiMalware_Scan_VSTS_Build_Task#Windows_Defender_Errors.",
"packages": [
{
"master": true,
"version": "1.0.0",
"type": "nuget",
"name": "Microsoft.Security.CodeAnalysis.AntiMalware.Cli",
"sources": [
{
"name": "MSCA.Plugins"
}
]
}
],
"arguments": [
{
"id": "Function",
"displayName": "Function",
"argumentType": "verb",
"default": "analyze",
"required": true,
"sortOrder": -2
},
{
"id": "Command",
"displayName": "Command",
"key": "Command",
"argumentType": "verb",
"default": "scan",
"required": true,
"sortOrder": -1
},
{
"id": "ScanType",
"displayName": "Scan Type",
"key": "scan-type",
"argumentType": "keyValue",
"default": 3,
"required": true
},
{
"id": "ScanDirectoryOrFile",
"displayName": "Scan Directory or File",
"key": "file",
"argumentType": "keyValue",
"default": "$(WorkingDirectory)"
},
{
"id": "DisableRemediation",
"displayName": "Disable Remediation",
"key": "disable-remediation",
"argumentType": "switch",
"default": true
},
{
"id": "BootSectorScan",
"displayName": "Boot Sector Scan",
"key": "boot-sector-scan",
"argumentType": "switch",
"default": false
},
{
"id": "EnableServices",
"displayName": "Enable Services",
"key": "enable-services",
"argumentType": "switch",
"default": false
},
{
"id": "CollectLogsOnError",
"displayName": "Collect Logs on Error",
"key": "collect-logs-on-error",
"argumentType": "switch",
"default": false
},
{
"id": "SignatureFreshness",
"displayName": "Signature Freshness",
"key": "signature-freshness",
"argumentType": "keyValue",
"default": 0
},
{
"id": "OutdatedSignatureAsWarning",
"displayName": "Outdated Signature as Warning",
"key": "outdated-signature-as-warning",
"argumentType": "switch",
"default": false
},
{
"id": "Output",
"displayName": "Output",
"key": "output",
"argumentType": "keyValue"
},
{
"id": "LoggerLevel",
"displayName": "Logger Level",
"key": "logger-level",
"argumentType": "keyValue",
"default": "Standard"
}
],
"commandLineOptions": {
"keyValueSeparator": " ",
"argumentPrefix": "--",
"aliasPrefix": "-",
"outputArgumentId": "Output"
},
"outputExtension": "sarif",
"supportsBugFiling": false,
"converterInfo": {
"convertExpected": false
}
}
134 changes: 134 additions & 0 deletions .gdn/c/antimalware.1.1.1.gdntool
Original file line number Diff line number Diff line change
@@ -0,0 +1,134 @@
{
"fileVersion": "1.0.0",
"name": "AntiMalware",
"fullName": "AntiMalware",
"toolVersion": "1.1.1",
"shortDescription": "A command line utility for running Microsoft AntiMalware/Windows Defender tool.",
"longDescription": "This is a command line utility for running Microsoft AntiMalware/Windows Defender tool. It must be run on a local machine (or build agent) with Windows Defender already installed.",
"links": [
{
"name": "Windows Defender",
"uri": "https://www.microsoft.com/en-us/windows/comprehensive-security"
}
],
"launcher": "NetCore",
"executablePath": "tools\\Microsoft.Guardian.AntiMalware.Cli.dll",
"successfulExitCodes": [ 0 ],
"errorExitCodes": {
"2": "Malware is found and not remediated or additional user action is required to complete remediation or there is error in scanning."
},
"errorHelperMessage": "For help troubleshooting errors based on the HRESULT error code returned by Defender (Windows Update), please visit https://social.technet.microsoft.com/wiki/contents/articles/15260.windows-update-agent-error-codes.aspx or https://www.1eswiki.com/wiki/AntiMalware_Scan_VSTS_Build_Task#Windows_Defender_Errors.",
"packages": [
{
"master": true,
"version": "1.1.1",
"type": "nuget",
"name": "Microsoft.Security.CodeAnalysis.AntiMalware.Cli",
"sources": [
{
"name": "MSCA.Plugins"
}
]
}
],
"arguments": [
{
"id": "Function",
"displayName": "Function",
"argumentType": "verb",
"default": "analyze",
"required": true,
"sortOrder": -2
},
{
"id": "Command",
"displayName": "Command",
"key": "Command",
"argumentType": "verb",
"default": "scan",
"required": true,
"sortOrder": -1
},
{
"id": "ScanType",
"displayName": "Scan Type",
"key": "scan-type",
"argumentType": "keyValue",
"default": 3,
"required": true
},
{
"id": "ScanDirectoryOrFile",
"displayName": "Scan Directory or File",
"key": "file",
"argumentType": "keyValue",
"default": "$(WorkingDirectory)"
},
{
"id": "DisableRemediation",
"displayName": "Disable Remediation",
"key": "disable-remediation",
"argumentType": "switch",
"default": true
},
{
"id": "BootSectorScan",
"displayName": "Boot Sector Scan",
"key": "boot-sector-scan",
"argumentType": "switch",
"default": false
},
{
"id": "EnableServices",
"displayName": "Enable Services",
"key": "enable-services",
"argumentType": "switch",
"default": false
},
{
"id": "CollectLogsOnError",
"displayName": "Collect Logs on Error",
"key": "collect-logs-on-error",
"argumentType": "switch",
"default": false
},
{
"id": "SignatureFreshness",
"displayName": "Signature Freshness",
"key": "signature-freshness",
"argumentType": "keyValue",
"default": 0
},
{
"id": "OutdatedSignatureAsWarning",
"displayName": "Outdated Signature as Warning",
"key": "outdated-signature-as-warning",
"argumentType": "switch",
"default": false
},
{
"id": "Output",
"displayName": "Output",
"key": "output",
"argumentType": "keyValue"
},
{
"id": "LoggerLevel",
"displayName": "Logger Level",
"key": "logger-level",
"argumentType": "keyValue",
"default": "Standard"
}
],
"commandLineOptions": {
"keyValueSeparator": " ",
"argumentPrefix": "--",
"aliasPrefix": "-",
"outputArgumentId": "Output"
},
"outputExtension": "sarif",
"supportsBugFiling": false,
"converterInfo": {
"convertExpected": false
}
}
Loading