Граф коммитов

258 Коммитов

Автор SHA1 Сообщение Дата
Eric StJohn f22b60aa9a
Packaging cleanup (#6939)
* Packaging cleanup

Originally I was just trying to remove mentions of snupkg, but then
things got a bit carried away. :)

This is trying to remove as much duplication and dead code related to
packaging that I can.

* Apply code review feedback

* Suppress copying indirect references

* Remove unwanted bundled files from AutoML

* Remove leading slash

* Refactor model download

* Correct the packaging path of native symbols

* Rename NoTargets projects from csproj to proj

* Fix build issues around model download and respond to feedback

* Remove NoTargets file extension enforcement

* Rename proj to CSProj, include in SLN

I'd like to ensure all our projects are included in the SLN and don't
rely on separate build steps.

VS prefers *.csproj in the sln so I renamed things back to csproj.

* Respond to PR feedback
2024-02-27 16:05:43 -08:00
Michael Sharp 9181467d67
fixes one dal dispatching issues (#6547) 2023-01-24 11:52:55 -08:00
R. G. Esteves eeba2eeb45
Bail to default implementation upon any unforeseen situation (#6538) 2023-01-12 20:37:51 -08:00
R. G. Esteves 0880a9086e
Onedal algorithms backed by nuget packages (#6521)
Co-authored-by: Alexander Andreev <alexander.andreev@intel.com>
Co-authored-by: Michael Sharp <misharp@microsoft.com>
2022-12-21 12:54:13 -08:00
Franklin Tse f9536215f6
Add option to skip PrintMemoryStats in FastTree (#6359) 2022-10-12 13:08:56 -07:00
Xiaoyun Zhang e99dfd41e2
Add SetMaximumMemoryUsageInMegaByte in AutoMLExperiment (#6305)
* add IPerformanceMonitor

* implement DefaultPerformanceMonitor

* implement memory restricution

* update

* update

* update

* update

* add trace

* add checkalive

* add test for fast tree cancellation

* add log

* add log to automl

* lower refreshing speed

* add cancellation check to lgbm and add test

* dispose ml context

* update

* fix tests

* fix based on comment

* fix comments

* fix time convertion error

* add log to AutoMLExperiment_cancel_trial_when_exceeds_memory_limit_Async

* rename catelogical column

* use dummy performance monitor
2022-09-07 23:56:48 -07:00
Michael Sharp 0577957256
dotnet format/spellchecking (#5988) 2021-11-04 21:48:50 -07:00
Jon Wood 510f0112d4
Run formatting on src projects (#5937)
Co-authored-by: BigBigMiao <BigBigMiao@github.com>
Co-authored-by: Keren Fuentes <kedejesu@microsoft.com>
Co-authored-by: yuyi@microsoft.com <Yuanxiang.Ying@microsoft.com>
Co-authored-by: Justin Ormont <justinormont@users.noreply.github.com>
Co-authored-by: Antonio Velazquez <anvelazq@microsoft.com>
Co-authored-by: Frank Dong <frdong@microsoft.com>
Co-authored-by: Mustafa Bal <5262061+mstfbl@users.noreply.github.com>
Co-authored-by: frank-dong-ms <55860649+frank-dong-ms@users.noreply.github.com>
Co-authored-by: Michael Sharp <51342856+michaelgsharp@users.noreply.github.com>
Co-authored-by: Michael Sharp <misharp@microsoft.com>
Co-authored-by: Antonio Velázquez <38739674+antoniovs1029@users.noreply.github.com>
Co-authored-by: Santiago Fernandez Madero <safern@microsoft.com>
Co-authored-by: Eric Erhardt <eric.erhardt@microsoft.com>
Co-authored-by: Eric StJohn <ericstj@microsoft.com>
Co-authored-by: Jose Perez Rodriguez <joperezr@microsoft.com>
Co-authored-by: Günther Foidl <gue@korporal.at>
Co-authored-by: Prashanth Govindarajan <prgovi@microsoft.com>
Co-authored-by: Haytam Zanid <34218324+zHaytam@users.noreply.github.com>
Co-authored-by: Jon Wood <jwood803@users.noreply.github.com>
Co-authored-by: Sam <1965570+MgSam@users.noreply.github.com>
Co-authored-by: Rhys Parry <rhys@i-think22.net>
Co-authored-by: daniel costea <dcostea@users.noreply.github.com>
Co-authored-by: Ramon <56896136+RamonWill@users.noreply.github.com>
Co-authored-by: Xiaoyun Zhang <bigmiao.zhang@gmail.com>
Co-authored-by: Keren Fuentes <dkeren@seas.upenn.edu>
Co-authored-by: Yuanxiang Ying <yingyuanxiang34@sina.com>
Co-authored-by: Piotr Telman <ptelman@users.noreply.github.com>
Co-authored-by: Harish Kulkarni <harishsk@users.noreply.github.com>
Co-authored-by: Jason DeBoever <github@deboever.us>
Co-authored-by: Leo Gaunt <36968548+LeoGaunt@users.noreply.github.com>
Co-authored-by: Keren Fuentes <kerenfuentes313@gmail.com>
Co-authored-by: Ivan Agarský <agarskyivan@gmail.com>
Co-authored-by: Andrej Kmetík <akmetik@gmail.com>
Co-authored-by: Phan Tấn Tài <37982283+4201104140@users.noreply.github.com>
Co-authored-by: Robin Windey <ro.windey@gmail.com>
2021-10-04 16:09:00 -07:00
feiyun0112 b3a3c665aa
Remove empty statement (#5827)
* Remove empty statement

* Remove empty statement
2021-06-17 11:13:13 -07:00
feiyun0112 1768f36c95
Remove redundant jump (#5828) 2021-06-08 01:22:06 -07:00
feiyun0112 ff3567c180
Cast by using is operator (#5829) 2021-06-07 19:25:24 -07:00
feiyun0112 4cb6d6c851
Use Append for not format string (#5826) 2021-06-07 19:22:48 -07:00
feiyun0112 2e56bd7556
Use indentation for 'if' (#5825) 2021-06-07 19:22:17 -07:00
Michael Sharp bf31c94028
Arm build changes (#5789)
* arm testing

* initial commit with build working on arm64

* windows changes

* build fixes for arm/arm64 with cross compilation

* cross build instructions added

* renamed arm to Arm. Changed TargetArchitecture to default to OS architecture

* fixed some formatting

* fixed capitilization

* fixed Arm Capitilization

* Fix cross-compilation if statement

* building on apple silicon

* removed non build related files

* Changes from PR comments. Removal of FastTreeNative flag.

* Changes from pr comments.

* Fixes from PR comments.

* Changed how we are excluding files.
2021-05-18 09:14:39 -07:00
Antonio Velázquez 6fe50e49ef
Fix publishing symbols (#5556)
* Disable Portable PDB conversion

* Push packages to artifacts

* Fix symbols issues

* Added note about Microsoft.ML.dll

* try out just packing

* Return Build=false, but actually use configuration

* Added missing TargetArchitecture

* add back tests

* Added missing flags
2020-12-17 00:07:53 -08:00
Harish Kulkarni c2f8ed5c9c
Merge arcade to master (#5525)
* Initial commit for Arcade migration

* Added omitted files

* Changed strong name signing to use the same key for shipping and test assemblies

* arcade linux build (#5423)

* arcade linux build

* put file execution permission change into source control

* The `-test` command for windows. Nuget packages (#5464)

* working on testing

* testing updates

* tests almost working

* build changes

* all tests should be working

* changes from PR comments

* fixes for .net 3.1

* Fixed extension check. Removed <PackageId> where not needed

* Removed pkg folder and updated paths.

* Added test key. (#5475)

* Added test key.

* Update PublicKey.cs

Removed extra newline.

* Update ComponentCatalog.cs

Fixed 3 spaces to 4.

* Windows CI working (#5477)

* ci testing changes

* comments from pr

* Added Linux & Mac changes for Arcade (#5479)

* Initial Windows, Linux, Macos builds test

* Add Linux/MacOS specific CI requirements

* Run Arcade CI tests on MacOS/Linux

* Fix final package building

* Add benchmark download to benchmars .csporj file

* Print detailed status of each unit test

* Install CentOS & Ubuntu build dependencies

* Use container names to differenciate between Ubuntu & CentOS

* Remove sudo usage in CentOS

* Fix Linux build dependencies

* Add -y param to apt install

* Remove installation of Linux dependencies

* Minor additions

* Rename Benchmarks to PerformanceTests for Arcade

* Changes

* Added benchmark doc changes

* Pre-merge changes

* Fixing failing Arcade Windows Builds (#5482)

* Try Windows build single quote fix

* Remove %20

* Added variable space value

* Using variables for spacing

* Added space values as job parameters

* Try conditional variables again

* fix official builds

* Revert "fix official builds"

This reverts commit 7dbbdc7b94.

* fixing tensorflow rebase issue

* Fixes for many of the CI builds. (#5496)

* yml log changes

* Fix NetFX builds by ensuring assembly version is set correctly and not to Arcade default of 42.42.42.42 (#5503)

* Fixed official builds for Arcade SDK (#5512)

* Added fixes for official builds

* Make .sh files executable

* fix mkl nuget issue

Co-authored-by: Frank Dong <frdong@microsoft.com>

* fix code generator tests failure (#5520)

* Added fixes for official builds

* Make .sh files executable

* fix mkl nuget issue

* fix code generate test fails

* only add necessary dependency

Co-authored-by: Mustafa Bal <5262061+mstfbl@users.noreply.github.com>

* Fixed memory leaks from OnnxTransformer (#5518)

* Fixed memory leak from OnnxTransformer and related x86 build fixes

* Reverting x86 build related fixes to focus only on the memory leaks

* Updated docs

* Reverted OnnxRuntimeOutputCatcher to private class

* Addressed code review comments

* Refactored OnnxTransform back to using MapperBase based on code review comments

* Handle integration tests and nightly build testing (#5509)

* Make -integrationTests work

* Update .yml file

* Added the TargetArchitecture properties

* Try out -integrationTest

* Missed -integrationTest flag

* Renamed FunctionalTestBaseClass to IntegrationTestBaseClass

* Missed rename

* Modified tests to make them more stable

* Fixed leak in object pool (#5521)

Co-authored-by: frank-dong-ms <55860649+frank-dong-ms@users.noreply.github.com>
Co-authored-by: Michael Sharp <51342856+michaelgsharp@users.noreply.github.com>
Co-authored-by: Mustafa Bal <5262061+mstfbl@users.noreply.github.com>
Co-authored-by: Frank Dong <frdong@microsoft.com>
Co-authored-by: Michael Sharp <misharp@microsoft.com>
Co-authored-by: Antonio Velázquez <38739674+antoniovs1029@users.noreply.github.com>
2020-12-02 17:13:27 -08:00
Michael Sharp b628918e75
Changed default value of RowGroupColumnName from null to GroupId (#5290)
* fixed test by adding group id columns

* changes based on PR feedback
2020-07-07 15:28:47 -07:00
Ye Wang d1bf42551f
Support onnx export with previous OpSet version (#5176)
* initial checkin

* fix

* fix build error

* change exception capture method

* print

* seperate DEBUG mode in test

* fix one build error

* use throw instead of assert for consistent test

* apply exception to all

* more fix

* review comments

* review comments2

* review part of comments

* review comments

* resolve comments

* revert files

* add description
2020-06-03 09:52:44 -07:00
Antonio Velázquez bc9abda576
Created DoubleParser.OptionFlags to be used internally by TextLoader (#5154)
* Created the DoubleParser.OptionFlags enum, and made changes on Conversion.cs and TextLoader.ValueCreatorCache so that it can be used by TextLoader.Parser

* Break the singleton pattern on Conversion and ValueCreatorCache, so that they could have more instances with custom DoubleParser.OptionFlags. These new instances would only be used by TextLoader, and the DefaultInstance is used elsewhere in the codebase.
2020-05-24 01:53:11 -07:00
frank-dong-ms 2a85f3f53b
fix x86 crash (#5081) 2020-05-04 14:33:13 -07:00
Mustafa Bal 919bc8b886
Removed references to NeuralTreeEvaluator.dll and dependent functions (#5046) 2020-04-21 20:34:39 -07:00
Antonio Velázquez 37edde9d83
Support for Categorical features in CalculateFeatureContribution of LightGBM (#5018)
* Add support for CategoricalFeatures in AppendFeatureContributions
2020-04-21 15:06:22 -07:00
frank-dong-ms 26ffb3fc0e
fix race condition for test MulticlassTreeFeaturizedLRTest (#4950)
* fix race condition for test MulticlassTreeFeaturizedLRTest

* add necessary comments

* enhance comments
2020-03-18 15:14:26 -07:00
Mustafa Bal d849ba4c78
Typo corrections (#4885)
* Typo corrections

* Correct misspelled variable 'supressScoresAndLabels` and updated test as a result of spelling corrections

* Update core_manifest.json

* Update Utils.cs
2020-02-25 22:13:55 -08:00
Sam Harwell 52c0dc66d3
Enable VSTHRD105 (Avoid method overloads that assume TaskScheduler.Current) (#4793) 2020-02-06 15:03:40 -08:00
frank-dong-ms 68854fa5d1
add read share to all file read operation (#4761) 2020-02-03 10:02:26 -08:00
Keren Fuentes d85be83fd3
Fix for OneVersusAll Multiclass trainer (#4698)
* ova fix

* reformatted spacing

* reverted offset name -since another PR is resolving this, and tolerance change
2020-01-28 13:38:18 -08:00
Maher Jendoubi 712c3ec074 Misc misspellings (#4642). Fixes #4638
* fixed some typos:
LastOccurenceWins --> LastOccurrenceWins
accomodate --> accommodate
occured --> occurred
becuase  --> because
begining --> beginning
neccessary  --> necessary
publically  --> publicly
preceeding --> preceding
acheived  --> achieved
definitly  -->  definitely
realy   -->  really
seperate  --> separate
orignal  -->  original
diffrence  -->  difference
untill  -->  until
sucessfully  -->  successfully
mantains  --> maintains
entrypy  -->  entropy
entrypy  -->  entropy

* Update core_ep-list.tsv

* Update core_manifest.json
2020-01-13 14:11:18 -08:00
Maher Jendoubi 7c2ee61fd3 Contributing: Fix typo (#4631) 2020-01-06 17:42:07 +00:00
Harish Kulkarni 4ec2f9c6dc
Added onnx export status for all estimators and trainers (#4593)
* Added onnx export status for all estimators and trainers

* Fixed trailing whitespace
2019-12-26 10:12:46 -08:00
Keren Fuentes d9584cf061
Fixes onnx exports for binary classification trainers (#4463)
* Squashed commit of the following:

commit a5e274ef8869576190bbb794360a5f56d998b470
Merge: b7db4fa47 d7f999653
Author: Keren Fuentes <dkeren@seas.upenn.edu>
Date:   Thu Nov 14 14:51:21 2019 -0800

    Merge branch 'onnx_bin_classifiers' of https://github.com/Lynx1820/machinelearning into onnx_bin_classifiers

commit b7db4fa475
Author: Harish Kulkarni <harishsk@users.noreply.github.com>
Date:   Thu Nov 14 17:41:12 2019 +0000

    Added onnx export support for KeyToValueMappingTransformer (#4455)

commit f3e0f6b3a5
Author: Eric Erhardt <eric.erhardt@microsoft.com>
Date:   Thu Nov 14 07:22:12 2019 -0600

    Fix a flaky Extensions.ML test. (#4458)

    * Fix a flaky Extensions.ML test.

    Make the reload model tests more resistant to timing changes.

    * PR feedback.

commit c1e190af4c
Author: Harish Kulkarni <harishsk@users.noreply.github.com>
Date:   Thu Nov 14 05:24:14 2019 +0000

    Added onnx export support for OptionalColumnTransform  (#4454)

    * Initial work for adding onnx export support for OptionalColumnTransform

    * Implemented support for optional initializers in OnnxTranformer to support OptionalColumnTransform

    * Fixed handling of double values and non-long numeric types

    * Removed redundant line

    * Updated review comment

commit f96761b3ca
Author: Harish Kulkarni <harishsk@users.noreply.github.com>
Date:   Thu Nov 14 03:17:12 2019 +0000

    Fixed model saving and loading of OneVersusAllTrainer to include SoftMax (#4472)

    * Fixed model saving and loading of OneVersusAllTrainer to include SoftMax

    * Modified existing test to include SoftMax option

    * Modified test to verify both cases: when UseSoftmax is true and false

commit d45cc8a03f
Author: Jake <31937616+JakeRadMSFT@users.noreply.github.com>
Date:   Wed Nov 13 17:26:49 2019 -0800

    Add InternalsVisibleTo in AutoML and CodeGenerator for the assembly Microsoft.ML.ModelBuilder.AutoMLService.Gpu (#4474)

commit 5e83e235a9
Author: Eric Erhardt <eric.erhardt@microsoft.com>
Date:   Wed Nov 13 16:09:05 2019 -0600

    CpuMathNative assembly is not getting copied when using packages.config. (#4465)

    When we refactored CpuMath to support netcoreapp3.0, we broke the packages.config support to copy the native assembly. This fixes it again by copying the file from the correct location.

    Fix #93

commit 693250b9c6
Author: Harish Kulkarni <harishsk@users.noreply.github.com>
Date:   Wed Nov 13 21:58:07 2019 +0000

    Added onnx export support for WordTokenizingTransformer and NgramExtractingTransformer (#4451)

    * Added onnx export support for string related transforms

    * Updated baseline test files

    A large portion of this commit is upgrading the baseline test files. The rest of the fixes deal with build breaks resulting from the upgrade of ORT version.

    * Fixed bugs in ValueToKeyMappingTransformer and added additional tests

commit 59109104e6
Author: Antonio Velázquez <38739674+antoniovs1029@users.noreply.github.com>
Date:   Mon Nov 11 17:19:39 2019 -0800

    Fixes #4292 about using PFI with BPT and CMPB (#4306)

    *Changes in PredictionTransformer.cs and Calibrator.cs to fix the problem of the create methods not being called, to make CMP load its internal calibrator and predictor first so to assign the correct paramaters types and runtimes, and added a PredictionTransformerLoadTypeAttribute so that the binary prediction transformer knows what type to assign when loading a CMP as its internal model.
    *Added a working sample for using PFI with BPT and CMPB while loading a model from disk. This is based entirely in the original sample.
    *Added file CalibratedModelParametersTests.cs with tests that the CMPs modified in this PR are now being correctly loaded from disk.
    *Changed a couple of tests in LbfgsTests.cs that failed because they used casts that now return 'null'.

commit bcdac553ae
Author: Brian Stark <54910472+bpstark@users.noreply.github.com>
Date:   Mon Nov 11 13:42:42 2019 -0800

    Stabilize the LR test (#4446)

    * Stabilize the LR test

    Found issue with how we were using random for our
    ImageClassificationTrainer. This caused instability in our unit test, as
    we were not able to control the random seed. Modified the code to now
    use the same random object throughout, the trainer, thus allowing us to
    control the seed and therefor have predictable output.

commit d7f9996534ce5e33817f81c92d2b277d9becdf88
Author: Keren Fuentes <dkeren@seas.upenn.edu>
Date:   Mon Nov 11 11:33:17 2019 -0800

    workaround Scores

commit 7fba31c3e8e358469103e61d4cd2b94292bb09a3
Merge: 93388b60b c96d69043
Author: Keren Fuentes <dkeren@seas.upenn.edu>
Date:   Mon Nov 11 11:25:28 2019 -0800

    merging changes

commit 93388b60b5286b67ad66e6006c3bc9631733a5c0
Author: Keren Fuentes <dkeren@seas.upenn.edu>
Date:   Mon Nov 11 11:19:59 2019 -0800

    Added extraction of score column before node creation

commit ea71828bdba14af8a0d1d57162fa8c053136c413
Author: Keren Fuentes <dkeren@seas.upenn.edu>
Date:   Fri Nov 8 15:53:11 2019 -0800

    fix for binary classification trainers export to onnx

commit 6fad293933f6765b0b5444adcc32907f7a47b091
Author: Keren Fuentes <dkeren@seas.upenn.edu>
Date:   Thu Oct 31 15:26:43 2019 -0700

    Revert "draft regression test"

    This reverts commit 1ad45c995516b9d39fc05aca855ce2abe96c407b.

commit 83c1c8053902bfc06281a85244b0f3e4a1f1dd50
Author: Keren Fuentes <dkeren@seas.upenn.edu>
Date:   Thu Oct 31 15:24:23 2019 -0700

    draft regression test

commit 888416176e
Author: frank-dong-ms <55860649+frank-dong-ms@users.noreply.github.com>
Date:   Fri Nov 8 20:20:53 2019 -0800

    nightly build pipeline (#4444)

    * nightly build pipeline

commit c96d6904333bd1f10f9e895713225f69879b9e54
Author: Keren Fuentes <dkeren@seas.upenn.edu>
Date:   Fri Nov 8 15:53:11 2019 -0800

    fix for binary classification trainers export to onnx

commit 8100364471a41b79186b18d1f29fab1c735b4bb0
Author: Keren Fuentes <dkeren@seas.upenn.edu>
Date:   Thu Oct 31 15:26:43 2019 -0700

    Revert "draft regression test"

    This reverts commit 1ad45c995516b9d39fc05aca855ce2abe96c407b.

commit 81381e2714f9e5a2f1435a002946df29fc26790d
Author: Keren Fuentes <dkeren@seas.upenn.edu>
Date:   Thu Oct 31 15:24:23 2019 -0700

    draft regression test

* update name and remove some dependency code

* baseline file changes

* Refactored function
2019-12-02 15:52:16 -08:00
Antonio Velázquez e63fa8f701
Fixes #4385 about calling the Create methods when loading models from disk (#4485)
* Changed ComponentCatalog so it would use the most public "initter"
* Changed the visibility of several constructors and create methods so to choose the correct initter when loading models from disk
2019-11-27 13:42:48 -08:00
Keren Fuentes 5c09ee6e08
Fixes onnx exports for regression trainers (#4448)
* regression trainers export to onnx changes

* Capitalize test
2019-11-22 23:07:30 -08:00
redmond\dmitrya de657f038f sync to master 2019-08-16 17:15:02 -07:00
redmond\dmitrya d265656dfb - convert tests to xunit
- take project level dependency on ML.NET components instead of nuget
- set up bestfriends relationship to ML.Core and remove some of the copies of util classes from AutoML.NET (more work needed to fully remove them, work item 4064)
- misc build script changes to address PR comments
2019-08-05 12:24:46 -07:00
Artidoro Pagnoni 59699a5e5e
Farewell to the Static API (#4009) 2019-07-30 13:55:28 -07:00
Artidoro Pagnoni d0b3f86b1d
Tree based trainers implement ICanGetSummaryAsIDataView (#3892) 2019-07-01 19:57:28 -07:00
Wei-Sheng Chin 9d29111a18
Tree-based featurization (#3812)
* Implement transformer

* Initial draft of porting tree-based featurization

* Internalize something

* Add Tweedie and Ranking cases

* Some small docs

* Customize output column names

* Fix save and load

* Optional output columns

* Fix a test and add some XML docs

* Add samples

* Add a sample

* API docs

* Fix one line

* Add MC test

* Extend a test further

* Address some comments

* Address some comments

* Address comments

* Comment

* Add cache points

* Update test/Microsoft.ML.Tests/TrainerEstimators/TreeEnsembleFeaturizerTest.cs

Co-Authored-By: Justin Ormont <justinormont@users.noreply.github.com>

* Address comment

* Add Justin's test

* Reduce sample size

* Update sample output
2019-06-26 16:15:12 -07:00
Zeeshan Siddiqui 6ebfeb33cd
Adds missing license headers. (#3651)
* Adds missing license headers.

* PR feedback.
2019-05-02 12:32:08 -07:00
Artidoro Pagnoni 5163413f3c
Reference to See Also section for example of usage in all estimators (#3577) 2019-04-24 20:56:28 -07:00
Shahab Moradi 1e27b672c2
Bugbash: OVA, Pairwise Coupling, NaiveBayes, and ModelParameters (#3516)
* Bugbash: OVA, Pairwise Coupling NaiveBayes

* Fixed modelparameters

* Fixed ModelParametersBase<TOutput>

* Fixed all model parameters

* Addressed comments.

* another comment fix
2019-04-23 17:40:56 -04:00
Zeeshan Siddiqui f829b341b0
XML docs for Permutation feature importance for Binary, Multi-class and Ranking trainers. (#3455)
* XML docs for Permutation feature importance for Binary, Multi-class and Ranking trainers.

* PR feedback.

* PR feedback.

* PR feedback.

* PR feedback.

* PR feedback.

* Add features column to io md file for ranker..

* PR feedback.

* PR feedback.

* PR feedback.
2019-04-21 21:26:09 -07:00
Zeeshan Siddiqui 2357980bb5
Delete xml doc files. (#3452) 2019-04-21 17:37:21 -07:00
Nat Kershaw (MSFT) 7ca768a874
Refine descriptions of Microsoft.ML classes (#3446) 2019-04-21 14:39:14 -07:00
Zeeshan Siddiqui 5a7bf13458
XML documentation for FastTree Tweedie trainer. (#3414)
* XML documentation for FastTree Tweedie trainer.

* PR feedback.

* PR feedback.
2019-04-20 14:08:29 -07:00
Zeeshan Siddiqui 944409be0a
XML documentation for GAM regression trainer. (#3421)
* XML documentation for GAM regression trainer.

* PR feedback.
2019-04-20 14:06:57 -07:00
Zeeshan Siddiqui 674a2ddb6d
XML documentation for GAM binary classifier trainer. (#3425)
* XML documentation for GAM binary classifer trainer.

* PR feedback.

* PR feedback.
2019-04-20 14:06:18 -07:00
Zeeshan Siddiqui 35bc449dca
XML documentation for LightGBM Ranking trainer. (#3431)
* XML documentation for LightGBM Ranking trainer.

* PR feedback.

* PR feedback.
2019-04-19 17:01:00 -07:00
Zeeshan Siddiqui 1e097c2acc
XML documentation for FastTree Ranking trainer. (#3430)
* XML documentation for FastTree Ranking trainer.

* PR feedback.

* PR feedback.
2019-04-19 16:47:30 -07:00
Zeeshan Siddiqui 16c6c3a7a4
XML documentation for FastTree regression trainer. (#3412)
* XML documentation for FastTree regression trainer.

* PR feedback.
2019-04-19 15:25:43 -07:00