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

21 Коммитов

Автор SHA1 Сообщение Дата
Michael Sharp fa8c822045
Update dependency versions. (#7216)
* version updates and fixes

* fixed torch sharp test nuget

* skipping test again

* fixing typo

* consolidating extensions versioning

* fixed remote executor app
2024-08-07 18:12:44 -06:00
Michael Sharp db08da61b8
added in win-arm64 (#6813)
* added in win-arm64

* fixed MKL arm64 cmake issue

* right helix queue

* added in win-arm64

* fixed MKL arm64 cmake issue

* right helix queue

* fixing arm tests

* makes x64 test detection better

* change test label

* fixed onnx files not being included

* added new win-arm baselines

* baseline changes

* fixed build issue

* fixed test

* one more basleine

* fixed pack for mkl redist

* .NET update
2023-11-20 22:05:11 -07:00
Aleksei Smirnov caee3c2e2d
Reduce coupling of Data.Analysis.Tests project (#6759) 2023-07-07 02:41:49 -07:00
Michael Sharp 0577957256
dotnet format/spellchecking (#5988) 2021-11-04 21:48:50 -07:00
Michael Sharp 34eb983687
Arm64 build/test/publish. (#5860)
* Arm helix

* yml cross fixes.

* yml cross fixes.

* yml cross fixes.

* yml cross fixes.

* yml cross testing

* Adding docker again.

* queue changes.

* queue changes.

* queue changes.

* arm pre commands

* arm pre commands

* arm pre commands

* arm pre commands

* arm pre commands

* arm pre commands

* arm pre commands

* Arm helix changes.

* Arm helix changes.

* Removing arm so PR can go.

* FIxes from PR comments. Adding arm32 back.

* Fix using statements.

* Namespace fixes.

* Added missed cmake code.

* Cmake fixes

* M1 Additions

* Changes from PR comments.

* x86x64 fact attribute.

* Fixes from PR comments.

* Fixes from PR comments.

* Fixes for Centos 7 fact and Featurizers fact.

* Code Analysis version and Not fail on M1.

* disable m1 tests in prs.

* disable m1 tests in prs.

* disable m1 tests in prs.

* disable m1 tests in prs.

* Change to full url

* Look in osx-arm64 folder for baseline files.

* Fixed -mthumb flag issue.

* Fixes from PR comments.

* Fixes from PR comments.

* Final test fixed.

* Final Fixes from PR comments.
2021-07-12 15:14:54 -07:00
Michael Sharp ce7f91a2c1
Helix Integration. (#5837)
* Helix working. Squashed local commits

* Updates from PR comments.

* Updates from PR comments.

* Update Directory.Build.targets

Co-authored-by: Santiago Fernandez Madero <safern@microsoft.com>

* Fixes from pr comments.

* Switched tabs to spaces.

* Helix changes from pr comments.

* yml changes.

* yml changes.

* yml changes.

* yml changes.

* yml changes.

* Indentation fixes.

* Indentation fixes.

Co-authored-by: Santiago Fernandez Madero <safern@microsoft.com>
2021-06-22 19:44:27 -07:00
frank-dong-ms a2406f64c9
enable build step timeout also some code cleanup (#5122)
* enable build step timeout also some code cleanup

* clean up unnecessary file

* sync to latest for submodule
2020-05-14 09:59:00 -07:00
frank-dong-ms 161a32942c
ensure benchmark dataset is downloaded before using (#5117)
* ensure benchmark dataset is downloaded before using

* fix typo

* take comments
2020-05-11 20:21:12 -07:00
Mustafa Bal 401928ab1d
Added SQLite database to test loading of datasets in non-Windows builds (#5080)
* Added SQLite database to test loading of datasets in non-Windows builds

* Decreased repetition of code in DatabaseLoaderTests

* Update DatabaseLoaderTests.cs

* Added TestDatabase package source, fixed SQL statements

* Removed temp-placed iris.sqlite from \test\data
2020-05-04 17:58:49 -07:00
Sam Harwell 449719ccc3
Enable MSML_PrivateFieldName for the full solution (#4835) 2020-02-13 15:08:03 -08:00
Sam Harwell ef12e1386c
Enable MSML_SingleVariableDeclaration for the full solution (#4765) 2020-02-13 08:02:35 -08:00
Mustafa Bal 9d2b1987f7
Updated handling of missing values with LightGBM, and added ability to use (0) as missing value (#4695)
* Update LightGbmTrainerBase.cs

* Update LightGbmTrainerBase.cs

* Added UseZeroAsMissingValue as a modifiable LightGBM flag

* Update core_manifest.json

* Updated baseline files for LightGBMClassificationTest()

* Updated baseline files for GossLightGBMTest()

* Updated baseline files for DartLightGBMTest()

* Revert "Updated baseline files for DartLightGBMTest()"

This reverts commit 4397725b92.

* Revert "Updated baseline files for GossLightGBMTest()"

This reverts commit 06754f5b04.

* Revert "Updated baseline files for LightGBMClassificationTest()"

This reverts commit c72ed38bfe.

* Update TestPredictors.cs

* Revert "Revert "Updated baseline files for LightGBMClassificationTest()""

This reverts commit 9c426e19b1.

* Revert "Revert "Updated baseline files for GossLightGBMTest()""

This reverts commit 046f5b0341.

* Revert "Revert "Updated baseline files for DartLightGBMTest()""

This reverts commit 3f082e02db.

* Updated test datasets and LightGbm flag shortnames

* Added test to confirm run-time behavior of LightGBM doesn't change

* Update core_manifest.json

* Added correct baseline for LightGBMPreviousModelBaselineTest()

* Added previously trained model at accessible location for all builds

* Update used library for NetFx builds

* Updated LightGBMPreviousModelBaselineTest

* Update LightGBMPreviousModelBaselineTest
2020-02-11 01:16:17 +03:00
Mustafa Bal 1e22d1d3ae
Removed extraSettings param in unit test datasets file (#4808)
* Update Datasets.cs

* Update Datasets.cs
2020-02-11 00:46:08 +03:00
frank-dong-ms 6b6f04b94f
move TestLogger to TestFrameworkCommon (#4814) 2020-02-07 17:20:39 -08:00
Harish Kulkarni 609003edc3
Draft modification to redirect logs to test output (#4710)
* Draft modification to get all channel output to go to test log when running tests

* Attempt to fix API compat issue

* Reverted changes to MLContext and now using standard logging mechanism

* Fixed span bounds checking

* Added member variables to LoggingEventArgs to control logging

* Added a separate RawMessage variable to preserve the behavior of the original Message member

* Fixed crash in DnnRetrainTransformer during a netfx run of TensorFlowTransformMNISTLRTrainingTest

* Added RetryFact attribute to UriLoaderTests.can_reload_model

* Added attribute to control logging at a per test level
2020-02-01 07:21:53 +00:00
frank-dong-ms eb6e7bab12
can_reload_model test issue (#4753)
* retry can_reload_model

* take comments
2020-01-31 12:32:19 -08:00
frank-dong-ms 55efe1cbbc
Test hanging issue (#4724)
* set max thread to unlimited, see if deadlock cause test host process hanging

* skip TensorFlowImageClassification test as this test is hanging the test host process

* make auto ml test inherient from base test class to identify which test hangs test host process

* undo automl test change, enable diagnostic log

* add new line at end

* undo unnecessary change
2020-01-30 11:33:04 -08:00
Frank Dong 0d9a3c2acc retry flaky tests 2020-01-16 16:14:59 -08:00
Sam Harwell d306ac8d66
Add IterationDataAttribute (#4561) 2019-12-10 14:04:44 -08:00
frank-dong-ms 888416176e
nightly build pipeline (#4444)
* nightly build pipeline
2019-11-08 20:20:53 -08:00
frank-dong-ms 36fab9b680
Extract TestFrameworkCommon Project, remove dependency of TestFramework from FT (#4346)
* extract TestFrameworkCommon project and remove reference to TestFramework project from Functional.Test project

* update on TestFrameworkCommon

* update on TestFrameworkCommon project

* minor fix

* fix reference

* fix project reference

* fix CI build error

* sync latest code and resolve

* take comments and made change

* take comments and fix

* modify sln file to build on azure pipeline
2019-10-30 11:19:51 -07:00