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

109 Коммитов

Автор SHA1 Сообщение Дата
Brendan Walsh 2cba4c4cf5
chore: Bump version to 1.0.4 (#2200)
* chore: Bump version to 1.0.4

* generated docs for 1.0.4

* revert change to environment.yml
2024-04-10 14:49:43 -04:00
Mark Hamilton d30d57bed9
chore: fix flaky HyperOpt NB (#2198) 2024-04-10 12:30:42 -04:00
Brendan Walsh 964ebfc70f
chore: Update to version 1.0.3 (#2183)
Co-authored-by: Mark Hamilton <mhamilton723@gmail.com>
2024-03-22 17:24:34 -04:00
Alexander Spiridonov 2836cf3ebb
feat: OpenAI embeddings with GPU based KNN (#2157)
* OpenAI embeddings with GPU based KNN

Added OpenAI embeddings with GPU based KNN using NVIDIA Rapids

* Added databricks rapids ml init script

Added init script to install repids ml using cuda 11.8

* No outputs

Removed outputs

* Added testing code

With GPU KNN notebook test code

* Added GPU test code

Added GPU test code to OpenAI with KNN notebook

* Fixed extra bracket

* Removed extra bracket

* Update DatabricksUtilities.scala

Corrected brackets

* Update SynapseTests.scala

Removed tab

* Update SynapseTests.scala

Removed whitespace on the end

* Corrected Style errors

* Corrected init script location

* Removed invalid esc char

Fixed style errors

* Removed Fine-tune

Suggested by Mark

* removed init script text

* Update core/src/test/scala/com/microsoft/azure/synapse/ml/nbtest/DatabricksUtilities.scala

Added "Fine-tune" again

Co-authored-by: Mark Hamilton <mhamilton723@gmail.com>

* Update DatabricksUtilities.scala

Added Fine-tune back

* Reverse style changes

* Corrected style

* Added GPUInitScript to createClusterInPool

Create cluster using init script

* Corrected to have a separate Rapids test

* Update DatabricksRapidsTests.scala

Corrected parameters

* Update DatabricksUtilities.scala

Added Rapids cluster name

* Update DatabricksRapidsTests.scala

Reduced number of nodes to 1

* Update DatabricksRapidsTests.scala

Fixed imports

---------

Co-authored-by: Alexander Spiridonov <b-aleksandrs@microsoft.com>
Co-authored-by: Mark Hamilton <mhamilton723@gmail.com>
Co-authored-by: Alexander <157773158+bvonodiripsa@users.noreply.github.com>
2024-02-09 11:34:39 -05:00
Jason Wang cbc022c7a5
feat: Synthetic difference in differences (#2095)
* Estimators for diff-in-diff, synthetic control and synthetic diff-in-diff

* add more params

* refactor

Signed-off-by: Jason Wang <jasonwang_83@hotmail.com>

* adding unit tests for linalg

* more unit tests

* Unit test for DiffInDiffEstimator

* more unit tests

* unit test for SyntheticControlEstimator

* unit test for SyntheticDiffInDiffEstimator

* logClass

* Python code gen

Signed-off-by: Jason Wang <jasonwang_83@hotmail.com>

* pyspark wrapper

* expose loss history

* fix bugs for synthetic control

* fix time effects for synthetic control estimator

* fix unit test

* add notebook

* fixing indexing logic

* add file headers

Signed-off-by: Jason Wang <jasonwang_83@hotmail.com>

* Add feature name to logClass call

* more scalastyle fixes

* More scalastyle and unit test fixes

* Python style fix

Signed-off-by: Jason Wang <jasonwang_83@hotmail.com>

* fix unit test

* fix more python style issue

* python style fix

* fix unit test

* Update core/src/main/scala/com/microsoft/azure/synapse/ml/causal/DiffInDiffEstimator.scala

Co-authored-by: Mark Hamilton <mhamilton723@gmail.com>

* Update core/src/main/scala/com/microsoft/azure/synapse/ml/causal/SyntheticControlEstimator.scala

Co-authored-by: Mark Hamilton <mhamilton723@gmail.com>

* Update core/src/main/scala/com/microsoft/azure/synapse/ml/causal/SyntheticDiffInDiffEstimator.scala

Co-authored-by: Mark Hamilton <mhamilton723@gmail.com>

* addressing comments

* extract some constants to findUnusedColumn

* Expose zeta as an optional parameter, also return the RMSE for unit weights and time weights fitting

* Replace constant TimeIdxCol and UnitIdxCol with findUnusedColumn

Signed-off-by: Jason Wang <jasonwang_83@hotmail.com>

* typo

* Adding notebook to sidebar

* fix bad merge

* address code review comments

* Update docs/Explore Algorithms/Causal Inference/Quickstart - Synthetic difference in differences.ipynb

Co-authored-by: Mark Hamilton <mhamilton723@gmail.com>

* clean synapse widget output state

* remove invalid image links

---------

Signed-off-by: Jason Wang <jasonwang_83@hotmail.com>
Co-authored-by: Mark Hamilton <mhamilton723@gmail.com>
2024-01-12 00:25:21 -05:00
Mark Hamilton 8ebf298434
chore: fix failing tests (#2153) 2024-01-12 00:24:34 -05:00
Mark Hamilton 522661ae38
chore: bump to v1.0.2 (#2140) 2023-11-27 14:26:34 -07:00
JessicaXYWang 2a01c8e68a
doc: update find_secret on Fabric and doc (#2132)
* add find secret doc for synapse and adb

* Apply suggestions from code review


* update find_secret function

* minor fix

* fix style

* update find_secret for fabric

* style

* fix find_secret e2e test

* Update Platform.py

* fix find_secret

---------
2023-11-27 14:02:25 -07:00
Mark Hamilton 9b20829010
docs: fix install instructions (#2136)
* docs: fix install instructions

* update install docs

* remove extra redirect

* update docs

---------

Co-authored-by: Ubuntu <marhamil@marhamil-gpu-4.g4sx0fkpramudal1bwadxbpp4c.bx.internal.cloudapp.net>
2023-11-16 11:50:05 -05:00
Jason Wang 28cd6db0f0
chore: change udf vec2array to pyspark.ml.functions.vector_to_array (#2131)
Co-authored-by: Mark Hamilton <mhamilton723@gmail.com>
2023-11-16 07:28:23 +00:00
JessicaXYWang 241062fac1
docs: add analyze text document (#2127)
* add analyze text document

* fix style

* fix style

* modify file for website

* update Analyze Text Doc

* remove cell output

* add markdown sample result

* fix markdown style

* Update docs/Explore Algorithms/AI Services/Quickstart - Analyze Text.ipynb


* update analyze text doc

---------
2023-11-15 15:17:24 -05:00
amhjf 4623219956
review docs (#2128)
Co-authored-by: JessicaXYWang <108437381+JessicaXYWang@users.noreply.github.com>
2023-11-15 00:23:40 -05:00
Mark Hamilton 4c4fc8aa5d
chore: fix failing notebooks (#2134) 2023-11-14 17:20:38 -05:00
JessicaXYWang 90ded807fc
docs: use the new AnalyzeText API in docs(#2126) 2023-11-09 19:34:42 -05:00
Mark Hamilton cb4fd82835
chore: bump to v1.0.1 (#2123) 2023-11-01 21:40:40 -04:00
Mark Hamilton d240cbb1f4
docs: pointing cognitive apis to azure ai (#2119)
* docs: pointing cognitive apis to azure ai

* Update docs/Explore Algorithms/AI Services/Quickstart - Creare a Visual Search Engine.ipynb

* Update docs/Explore Algorithms/AI Services/Quickstart - Creare a Visual Search Engine.ipynb

---------

Co-authored-by: JessicaXYWang <108437381+JessicaXYWang@users.noreply.github.com>
2023-11-01 20:07:48 -04:00
Mark Hamilton ef435a2917
chore: bump to v1.0.0 (#2120) 2023-11-01 12:54:55 -04:00
Mark Hamilton c2fdb05f44
chore: Adding Spark34 support (#2052) (#2116)
* chore: bump to spark 3.4.1

---------

Co-authored-by: Jessica Wang <jessiwang@microsoft.com>
Co-authored-by: Scott Votaw <svotaw@gmail.com>
Co-authored-by: Brendan Walsh <37676373+BrendanWalsh@users.noreply.github.com>
Co-authored-by: JessicaXYWang <108437381+JessicaXYWang@users.noreply.github.com>

fixes

Co-authored-by: Keerthi Yanda <98137159+KeerthiYandaOS@users.noreply.github.com>
2023-11-01 02:00:49 -04:00
Mark Hamilton 903dc6b94e
docs: move cognitive namespace to services namespace (#2118)
* docs: move cognitive namespace to services namespace

* add deprecation warnings
2023-11-01 00:45:29 -04:00
Mark Hamilton fd00b87004
chore: refactor cognitive package to services (#2117)
* chore: move cognitive namespace to services

* add better redirects

* make find_secret api clearer

* run through black

* fix import

* fix import

* fix import

* foo

* foo

* fix import

* fix import

* fix import

* fix

* fix

* fix

* fixes

* fixes

* fix style

* fixes

* fix

* fix geospatial

---------

Co-authored-by: Ubuntu <marhamil@marhamil-gpu-4.g4sx0fkpramudal1bwadxbpp4c.bx.internal.cloudapp.net>
2023-10-31 23:10:20 -04:00
JessicaXYWang 1af71ed4d4
docs: update anomaly detector docs (#2103)
* update anomaly detector docs

* Apply suggestions from code review

Co-authored-by: Mark Hamilton <mhamilton723@gmail.com>

* Update docs/Explore Algorithms/AI Services/Overview.ipynb


* modify AI services Overview

---------
2023-10-30 13:52:59 -04:00
Mark Hamilton 7230ce4a07
chore: bump to version 0.11.4 (#2110) 2023-10-26 14:16:43 -04:00
Mark Hamilton 6ac187db38
chore: bump version to v0.11.3(#2084)
* chore: bump version number

* add docusaurus docs

---------

Co-authored-by: Ubuntu <marhamil@marhamil-gpu-4.g4sx0fkpramudal1bwadxbpp4c.bx.internal.cloudapp.net>
2023-09-26 18:12:32 -04:00
Mark Hamilton f2a4047e82
chore: fix mlflow error in build (#2077) 2023-09-15 21:36:41 +01:00
Mark Hamilton 17fddae285
chore: turn off barrier exec mode in VW generic sample (#2072)
* turn off barrier exec mode

* fix broken links

* chore: fix 404 page

* update redirect list
2023-09-14 17:24:00 +01:00
aydan-at-microsoft d494f6e581
feat: add Azure Cognitive Search vector store (#2041)
* add vector column option

* add the vector option

* vector fields are added and code compiles, untested

* fix bug on checkparity when the index exists

* add FloatType to edm-spark type conversions

* fix synonymmap

* core functionality works

* add no nested field vector check

* add vector validation check

* modify vector columns behavior when column doesn't exist in df schema

* add another test

* clean up the unit test file

* add more tests

* add openai embedding pipeline test

* address comments

* address comments

* address comments

* update notebook

* change index name in notebook
2023-09-07 20:11:05 +01:00
JessicaXYWang fa497f09b5
docs: fix broken links (#2042)
* fix broken links

* fix broken links
2023-08-04 13:55:41 +01:00
Ismaël Mejía db6386c6d6
fix: Fix ONNX link (#2035) 2023-07-28 00:56:39 +01:00
aydan-at-microsoft 8be8fe3e61
docs: fix variable formatting for QandA nb (#2033) 2023-07-24 21:58:51 +01:00
aydan-at-microsoft 4841ddb70c
docs: add QandA notebook. (#2029)
* add QandA notebook.

Co-authored-by: Kartavya Neema <kartavyaneema@gmail.com>
Co-authored-by: Amir Jafari <amir.jafari@microsoft.com>

* address comments.

Co-authored-by: Kartavya Neema <kartavyaneema@gmail.com>
Co-authored-by: Amir Jafari <amir.jafari@microsoft.com>

* rename cog services to ai services

* add test to exclude, wait for synapse fix

---------

Co-authored-by: Kartavya Neema <kartavyaneema@gmail.com>
Co-authored-by: Amir Jafari <amir.jafari@microsoft.com>
Co-authored-by: Mark Hamilton <mhamilton723@gmail.com>
2023-07-24 15:56:16 +01:00
Mark Hamilton d9b5d03e60
docs: fix broken link (#2032) 2023-07-24 14:41:03 +01:00
Mark Hamilton df2712afeb
docs: fix broken links (#2027)
* docs: fix broken links

* Update docs/Explore Algorithms/AI Services/Advanced Usage - Async, Batching, and Multi-Key.ipynb
2023-07-20 17:25:27 +01:00
Mark Hamilton 81a36bd245
docs: continue fixing broken links (#2026) 2023-07-20 16:20:52 +01:00
Mark Hamilton 1c4c5b388e
docs: fix broken links (#2025) 2023-07-20 14:34:51 +01:00
Mark Hamilton 09269384bb
docs: Refactor docs and docgen framework (#2021)
* docs: Refactor docs and doc generation system

* remove old docusaurus versions

* fix broken links

* fix old references

* fix build issues

* small fix

* fix notebook upload

* standardize header

* remove boilerplate

* remove boilerplate

* update boilerplate

* update boilerplate

* fix docgen structure

* fixes
2023-07-19 20:14:46 +01:00
Brendan Walsh 2bdebd7fe2
build: Update documentprojection to support manifest files and custom formatters/endpoints (#1976) 2023-06-07 15:51:20 +01:00
Brendan Walsh 82e5a3287b
build: Added module for generating docs from notebooks (#1911)
* build: Added module for generating docs from notebooks

* updates

* added tqdm to enviroment.yml

* update verbiage

* added build to environment.yml

* fixing a relative path issues caused by moving to pip-style module

---------

Co-authored-by: Brendan Walsh <brwals@outlook.com>
2023-05-01 20:48:26 +01:00
Serena Ruan bbd8744071
perf: website enhancement (#1221)
* refactor: move all docs to website/reference and add thumbnail for website

* add docSearch

* fix broken links
2021-10-22 17:28:03 +08:00
Mark 6b814261af chore: Bump version to 0.9.1 2021-10-15 20:13:36 +00:00
Mark Hamilton a6c7fea6dc
chore: release synapseml 0.9.0 (#1206) 2021-10-15 00:58:35 -04:00
Mark Hamilton 383cb95181
Chore: rename mmlspark to synapseml (#1204) 2021-10-15 00:18:45 -04:00
Mark Hamilton 5fc65abbe4
chore: bump version numbers (#1203) 2021-10-11 22:19:38 -04:00
Jason Wang 21d5ec86c6
docs: Adding document and notebooks for ONNXModel (#1164)
* WIP: docs

* Update image interpretability notebook to use ONNX model

* Update link to sample notebook.

* Adding notebooks and model input/output methods to python wrapper.

* Remove unused code

* Update link in md

* Fixing E2E test; update notebook

* Performance improvement

* More perf improvement for String type tensor creation

* Update notebooks
2021-08-17 13:46:37 -04:00
Jason Wang f480aff79d Docs update 2021-06-27 13:15:59 -04:00
Jason Wang bafc8d470f Update docs, reformat notebooks 2021-06-27 13:15:59 -04:00
Jason Wang a9b55425f1 docs: Documentation and notebooks for Interpretability on Spark 2021-06-27 13:15:59 -04:00
Mark Hamilton a5b265e41d
feat: split library into subprojects (#1073) 2021-06-22 20:40:29 -04:00
Mark Hamilton 01a8cb4f2b
Update developer-readme.md 2021-03-09 22:16:31 -05:00
Mark Hamilton 13ce0c9749
Update developer-readme.md 2021-01-29 20:30:27 -05:00
Mark Hamilton 0596de944e
Update developer-readme.md 2020-11-11 14:17:44 -05:00