SynapseML/CODEOWNERS

36 строки
735 B
Plaintext
Исходник Постоянная ссылка Обычный вид История

2019-07-10 22:15:58 +03:00
# For general updates to the library
2019-07-10 22:32:00 +03:00
* @mhamilton723 @drdarshan
2019-07-10 22:15:58 +03:00
2019-07-10 22:32:00 +03:00
# Ilya's Areas
lightgbm/ @imatiach-msft
automl/ @imatiach-msft
featurize/ @imatiach-msft
featurize/text/ @mhamilton723
train/ @imatiach-msft
2019-07-10 22:15:58 +03:00
2019-07-10 22:32:00 +03:00
# Dan's Areas
recommendation/ @dciborow
recommendation/ @miguelgfierro
recommendation/ @gramhagen
2019-07-10 22:15:58 +03:00
2019-07-10 22:32:00 +03:00
# Dalitso's Areas
tools/helm/ @dbanda
2020-03-17 17:36:19 +03:00
# Markus' Areas
vw/ @eisber
isolationforest/ @eisber
recommendation/ @eisber
2020-08-19 20:29:11 +03:00
#Roy's Areas
cyber/ @rolevin
2021-06-18 22:33:14 +03:00
#Jason's Areas
explainers/ @memoryz
#Serena's Areas
feat: .NET binding support (#1156) * update codegen * initial step to add dotnet codegen * update dotnetWrappable * update transformSchema function * fix: update Wrappable to fix erasure issue * udpate SparkMLCodegen * temp change * fix: fixing missing types * feat: add codeGen & testGen support for .net * update testGen * temp change * update feed&fetchDict to StringStringMapParam * update codegenPlugin for initial test * rename AnomalyDetectionSuite * fix: scalastyle * make codeGen work overall * add csproj file generation in testGen * fix import * update base classes to eliminate generic types on params * update TestGen to make automation test build success * update Complex params to extend WrappableParam and update dotnet param info * fix most complex params setter & getter * refactor DotnetWrappable * update saveTestData * fixing pythonTests * fixing pythonTests * add Pipeline for dotnet * update TestGen * update ServiceParam setters and corresponding schemas * updating dotnet test setteres * fix complex params return types * fix generic type return type & add missing setters * fix dotnet fuzzingtest * fix param setterse & getters; cognitive&core packages test pass * fix param renders and make all tests pass * split dotnetTestgen * split testgen & add testDotnet * update DotnetTests * update DotnetTests * update DotnetTests * update DotnetTests * address comments * fix scalastyle * refactor DotnetCodegen & fix path error * fix dotnetBase path * address comments * fix assembly name and internalVisibleTo * fixing DotnetTests pipeline * fixing DotnetTests pipeline * fixing DotnetTests pipeline * fixing DotnetTests pipeline * fixing DotnetTests pipeline * fixing DotnetTests pipeline * fix KeyPhraseExtractorV3Suite error & update mmlspark version * fixing pipeline.yaml * fixing pipeline.yaml * fixing pipeline.yaml * fixing pipeline.yaml * fixing pipeline.yaml * fixing pipeline.yaml * fixing pipeline.yaml and update mmlspark version * fix typo * fixing pipeline.yaml * add codecov * update textAndTranslation schema transformation * update pipeline * fix publish code coverage * fix test dotnet concurrency * update pipeline * update pipeline * fix pipeline * update testRunner * fixing publish test results * fixing pipeline * refactor old stuff * remove extra , * fix namespaces and some bugs * make dotnet work again on spark dotnet v2.1 and spark3.2 * fix scalaStyle * fix scalastyle * add publishBlob stage before testing * fix dotnetE2ETestHelper file generation * fix dotnet helper file generation * fix dotnetBase project reference path * fix python getter functions for service params * fix service param transform from java problem * fix python transform_params helper functions for ServiceParam * fix _transfer_params_to_java for ServiceParams * add concurrency limit for testDotnet task * refactor dotnet base and test helpers; refine some code to make codegen cleaner * refactor based on commits into dotnet/spark repo * fix strange merge result * rename TAAnalyzeTask * keep diagnosticsInfo as object for now * refactor dotnet codegen system * fix typo * fix complex param loading in auto testgen * local tests * delete temp changes * remove temp changes * fix E2E tests * fix minor errros * remove nuget config for now to unblock pipeline tests * fix scalastyle * remove local tests * update dotnetTest job in pipeline * add packageDotnet and publishDotnet to blob feed * add publishDotnet and genSleetConfig task * update publishDotnetTestBase task and dotnetTests pipeline * fix style * fix project name and add SynapsemLFeed in pipeline * add sleet installation in pipeline * fix typo * fix pipeline, add publishDotnet * remove nuget.org from nuget.config in pipeline * test changing to another blob container * remove sub projects for dotnetTests * change dotnet version to main version instead of snapshots * fix version in publishDotnet * split dotnettests * fix dotnet core tests * update dotnetVersion * change dotnetversion * fix dbx tests * update CODEOWNERS * optimize all imports * fix scalastyle * refactor params * fix scalastyle * fix param name * move dotnet setup into bash script * refactor setter & getters of ServiceParam * address comments * change dotnet version; * Update project/CodegenPlugin.scala Co-authored-by: Mark Hamilton <mhamilton723@gmail.com> Co-authored-by: Mark Hamilton <mhamilton723@gmail.com>
2022-06-20 18:35:31 +03:00
website/ @serena-ruan
core/src/main/scala/com/microsoft/azure/synapse/ml/codegen @serena-ruan
# Scott's Areas
lightgbm/ @svotaw