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

1641 Коммитов

Автор SHA1 Сообщение Дата
niehaus59 f227f02496
fix: fix date parsing in FaceSuite test (#1896)
* fix date parsing in FaceSuite

* merge and fix style error

---------

Co-authored-by: Mark Hamilton <mhamilton723@gmail.com>
2023-04-04 00:20:28 +01:00
Mark Hamilton 0f02626eec
fix: fix Build pipeline (#1904)
* fix: fix language tests

* chore: ignore failing conversation transcription tests

* chore: remove gstreamer-plugins-ugly

* chore: fix cyberml tests
2023-04-03 22:20:09 +01:00
Brendan Walsh ce9fe41031
chore: add .bloop to .gitignore (#1897)
* chore: add .bloop to .gitignore

.bloop is used by metals in VS code

* Update .gitignore
2023-03-31 23:13:35 +01:00
niehaus59 7ffa970f56
chore: clean up old/missed search indexes in SearchWriterSuite (#1901) 2023-03-31 23:12:28 +01:00
Mark Hamilton 9a6cf0358a
chore: Add utility to clean azure search indexes 2023-03-29 14:21:58 +01:00
Scott Votaw 52919ce400
fix: Retry OnnxHub call to improve test reliability (#1889) 2023-03-24 14:39:55 +00:00
Kashyap Patel 979c62911f
feat: [DistributionBalanceMeasure] Add implementation + unit tests for custom reference distribution (#1885)
* [DistributionBalanceMeasure] Add implementation + unit tests for custom reference distribution

* Handle edge cases for Entropy + Chi^2 calculations (addresses TODO), use isDefined instead of isEmpty

* Use empty map instead of null to specify uniform distribution (due to pyspark error with ArrayMapParam)

* Add setter that accepts Array[Map[String, Double]]; update unit tests to use it (fixes testGettersAndSetters failure)

---------

Co-authored-by: Patel, Kashyap M <kpatel370@gatech.edu>
2023-03-24 12:47:57 +00:00
Mark Hamilton 412620a88c
docs: add custom chatbot creation to form demo (#1888) 2023-03-23 16:19:33 +00:00
Mark Hamilton 9f634a6207
feat: Add ChatGPT through the `OpenAIChatCompletion` transformer (#1887) 2023-03-23 02:18:37 +00:00
Brendan Walsh 76570894b4
fix: Normalize line-endings (#1883)
Without this, each dev has to maintain their own git config to ensure LF-style line endings.

Co-authored-by: Mark Hamilton <mhamilton723@gmail.com>
2023-03-21 14:08:50 +00:00
Serena Ruan c1567920ac
feat: support new api version of form recognizer (#1882) 2023-03-21 14:07:04 +00:00
Serena Ruan ed842a5f84
docs: add overview page for simple DNN and fix some typos (#1879)
* docs: add overview page for simple DNN and fix some typos

* docs: fixup docs for acrolinx

* fix acrolinx

* update

* update

* update

---------
2023-03-21 14:04:57 +00:00
Brendan Walsh 87e1c78611
fix: Remove case matching for erased generic type (#1880)
* fix: Removing case matching erased generic type

* fix: Update core/src/main/scala/com/microsoft/azure/synapse/ml/param/UntypedArrayParam.scala

* Update core/src/main/scala/com/microsoft/azure/synapse/ml/param/UntypedArrayParam.scala

---------

Co-authored-by: Mark Hamilton <mhamilton723@gmail.com>
2023-03-20 14:33:54 +00:00
dependabot[bot] cd72bc921e
build: bump amannn/action-semantic-pull-request from 5.1.0 to 5.2.0 (#1878)
Bumps [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request) from 5.1.0 to 5.2.0.
- [Release notes](https://github.com/amannn/action-semantic-pull-request/releases)
- [Changelog](https://github.com/amannn/action-semantic-pull-request/blob/main/CHANGELOG.md)
- [Commits](https://github.com/amannn/action-semantic-pull-request/compare/v5.1.0...v5.2.0)

---
updated-dependencies:
- dependency-name: amannn/action-semantic-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mark Hamilton <mhamilton723@gmail.com>
2023-03-20 11:17:38 +00:00
dylanw-oss 564d04756a
fix: fix bug #1869, DML .setFitIntercept should be set to true (#1876)
* Fix bug #1869, DML .setFitIntercept should be set to true

* don't need to check integerType as it can work for both classification and regression mdoel

* fix type checking

* only support boolean for calssification model

* we should support 0/1 integert column with classification model

* add two test cases
2023-03-20 11:16:09 +00:00
Mark Hamilton 392dbbf358
chore: update website docs to point to correct developer API docs (#1877) 2023-03-16 20:58:04 +01:00
dependabot[bot] 129abdebb3
build: bump @sideway/formula from 3.0.0 to 3.0.1 in /website (#1874)
Bumps [@sideway/formula](https://github.com/sideway/formula) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/sideway/formula/releases)
- [Commits](https://github.com/sideway/formula/compare/v3.0.0...v3.0.1)

---
updated-dependencies:
- dependency-name: "@sideway/formula"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-15 17:09:59 +00:00
dependabot[bot] 4d1c560d57
build: bump webpack from 5.75.0 to 5.76.1 in /website (#1870)
Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.76.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.75.0...v5.76.1)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-15 16:30:26 +00:00
Mark Hamilton 62c79d84d9
docs: Fix a typo in installation docs 2023-03-14 00:36:02 +00:00
dylanw-oss 1f63dab875
feat: Add a new function to DMLModel, getPValue (#1863)
* Add a new function to DMLModel, getPValue

* fix Acrolinx

* make DML unit test stable

---------
2023-03-14 00:32:23 +00:00
Brendan Walsh 83f8260df1
fix: Remove extraneous "Foo" type from Py codegen (#1867)
This type appears to be an artifact from testing/development and has no references in the source.
2023-03-13 17:58:05 +00:00
Jason Wang a5bec4577b
fix: Allow variable size in ONNX inputs (#1851)
* fix: Allow variable size in ONNX inputs

Signed-off-by: Jason Wang <jasowang@microsoft.com>

* Update tensor shape based on input batch size.

* remove df.show

---------

Signed-off-by: Jason Wang <jasowang@microsoft.com>
Co-authored-by: Mark Hamilton <mhamilton723@gmail.com>
2023-03-13 13:35:33 +00:00
Brendan Walsh 23c9b0ac7f
chore: Update pipeline.yaml for Azure Pipelines (#1866)
Adding CONTRIBUTORS.md and SECURITY.md to the path exclusion list
2023-03-13 13:29:51 +00:00
Brendan Walsh dedcbdac6b
docs: fix link issue in CONTRIBUTING.md (#1864)
Fixing syntax error in markdown

Co-authored-by: Mark Hamilton <mhamilton723@gmail.com>
2023-03-10 15:21:45 +00:00
Brendan Walsh a7f31d552c
fix: Abstain from CodeQL for markdown-only changes (#1865) 2023-03-10 15:18:51 +00:00
dylanw-oss a5f38b1732
Update DoubleMLEstimator test CI verification (#1862)
Based on mock dataset. The ATE can't be lower than -130 or greater than 130, and the estimate could be 0.0.

Co-authored-by: Mark Hamilton <mhamilton723@gmail.com>
2023-03-09 19:16:13 +00:00
Serena Ruan a44f917d21
fix: fix style 2023-03-09 16:23:10 +08:00
Serena Ruan cc931aff41
fix: update OpenAIEmbedding internalServiceType 2023-03-09 16:15:30 +08:00
Serena Ruan 424d586e27
feat: update default internal endpoint for cog services (#1859) 2023-03-09 14:47:47 +08:00
Mark Hamilton e4a0e2c381
docs: fix a few issues in cognitive service demo (#1861) 2023-03-07 18:13:05 +00:00
Mark Hamilton 8a216cedea
chore: make sure nightly build has new commit 2023-03-05 20:55:51 +00:00
Mark Hamilton 7b23764a93
docs: make v0.11.0 docs (#1858) 2023-03-05 13:35:31 +00:00
Mark Hamilton 795bbecf5d
docs: Add audiobook generation example (#1852)
* docs: Add audiobook generation example

Co-authored-by: Brendan Walsh <brwals@microsoft.com>

* chore: extend databricks cluster library installation time

---------

Co-authored-by: Brendan Walsh <brwals@microsoft.com>
2023-03-05 13:23:49 +00:00
Mark Hamilton 8f9e970dd5
chore: bump version to 0.11.0 (#1857) 2023-03-05 13:21:53 +00:00
JessicaXYWang 09648a3230
docs: replace Boston housing dataset with California housing dataset (#1856) 2023-03-05 13:09:23 +00:00
Markus Cozowicz 2b2419f145
fix: OpenAI completion & prompting null handling (#1854)
* F.template impl

* added python wrapper

* format python

* formatting

* fix python wrapping

* OpenAIPrompt

* improved example

* renamed prompt template

* fix python style

* addressed comment

* fix postProcessing validation

* fix python style

* add defaults

* fix map accessor

* fix unit test

* fix unit test

* switch from inheritance to composition

* trying to fix serialization test

* trim parameters

* fix null handling in openai completion

* Update OpenAICompletion.scala

* fix white space

* fix scala style
2023-03-03 00:12:34 +00:00
Markus Cozowicz 66f30e30df
fix: adjust learning rate in VW example notebook (#1853) 2023-03-02 12:28:46 +00:00
Keerthi Yanda d64563f8ef
chore: Upgrading ONNX version to fix assembly bug (#1849) 2023-02-28 15:03:27 +00:00
Mark Hamilton a64b6e09e9
chore: fix mcr connection 2023-02-28 13:01:40 +00:00
Mark Hamilton d23dd46e87
chore: update build service principal 2023-02-27 20:17:12 +00:00
Mark Hamilton 6876d53a95
chore: Update the build pipeline 2023-02-27 20:13:20 +00:00
Aditya Kode c1aa5a542e
docs: Fix type in old version of Interpretability - Explanation Dashboard.md (#1846) 2023-02-24 15:32:48 +00:00
Markus Cozowicz 48f9c4c46e
feat: OpenAI Prompt Template support (#1843)
* added OpenAI Prompt Template transformer
* added PEP3101 (partial support) for string template formatting (e.g. "welcome {firstName} {lastName}" where firstName and lastName are dataframe fields).
2023-02-24 16:29:14 +01:00
Mark Hamilton fbbb4336d1
chore: fix form recognition tests (#1842) 2023-02-21 14:29:46 +00:00
dependabot[bot] b90425c41c
build: bump amannn/action-semantic-pull-request from 5.0.2 to 5.1.0 (#1839)
Bumps [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request) from 5.0.2 to 5.1.0.
- [Release notes](https://github.com/amannn/action-semantic-pull-request/releases)
- [Changelog](https://github.com/amannn/action-semantic-pull-request/blob/main/CHANGELOG.md)
- [Commits](https://github.com/amannn/action-semantic-pull-request/compare/v5.0.2...v5.1.0)

---
updated-dependencies:
- dependency-name: amannn/action-semantic-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mark Hamilton <mhamilton723@gmail.com>
2023-02-21 12:22:19 +00:00
niehaus59 31c4ea34be
fix: correct copy/paste error in acr cleanup (#1838) 2023-02-21 12:21:41 +00:00
Keunhyun Oh c99796f955
feat: add maxNumClasses param to LightGBMClassifier for multi-class (#1841)
* feat: add lightgbm numClass Params

* feat: add lightgbm maxNumClass Params

---------

Co-authored-by: Scott Votaw <svotaw@gmail.com>
2023-02-21 11:33:55 +00:00
JessicaXYWang eb0bbe335f
fix: modify synapse test config, modify isolation forest notebook for testing (#1833)
* modify synapse test config, modify isolation forest notebook for testing

* modify avro requirements

* test isolation forest synapse fix

* lint

* include all test

* filter out HyperOpt

* use linked service for synapse model tracking

* add prerequisites mlflow on synpase

* modify experiment name

* bypass regression on linked service

* add set tracking url directly

* acrolinx

---------

Co-authored-by: Jessica Wang <jessiwang@microsoft.com>
2023-02-16 22:40:51 +01:00
JessicaXYWang 8af5112d33
docs: remove hyperOpt exclusion - mlflow on synapse (#1837)
* remove hyperOpt exclusion - mlflow

* lint

* use linked service for mlflow tracking

* comparison

* Update notebooks/features/hyperparameter_tuning/HyperOpt-SynapseML.ipynb

Co-authored-by: Serena Ruan <82044803+serena-ruan@users.noreply.github.com>

* Update notebooks/features/hyperparameter_tuning/HyperOpt-SynapseML.ipynb

Co-authored-by: Serena Ruan <82044803+serena-ruan@users.noreply.github.com>

* set experiment

* add mlflow installation on synapse

* add mlflow installation to sidebar

* remove format

* point to correct website doc

* Update notebooks/features/hyperparameter_tuning/HyperOpt-SynapseML.ipynb

Co-authored-by: Serena Ruan <82044803+serena-ruan@users.noreply.github.com>

* acrolinx

---------

Co-authored-by: Jessica Wang <jessiwang@microsoft.com>
Co-authored-by: Serena Ruan <82044803+serena-ruan@users.noreply.github.com>
2023-02-15 19:49:57 +01:00
dependabot[bot] d66796d7c7
build: bump http-cache-semantics from 4.1.0 to 4.1.1 in /website (#1826)
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/kornelski/http-cache-semantics/releases)
- [Commits](https://github.com/kornelski/http-cache-semantics/compare/v4.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: http-cache-semantics
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mark Hamilton <mhamilton723@gmail.com>
2023-02-10 20:10:05 +01:00