Skip to content

Commit db9327e

Browse files
authored
Merge pull request #153804 from KranthiPakala-MSFT/patch-95
(AzureCXP) fixed typo
2 parents f0e2c93 + 28349cf commit db9327e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/synapse-analytics/machine-learning/tutorial-build-applications-use-mmlspark.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Synapse Spark provide built-in MMLSpark libraries including:
2121

2222
- [Vowpal Wabbit](https://github.com/Azure/mmlspark/blob/master/docs/vw.md) – Library services for Machine learning to enable Text analytics like sentiment analysis in tweets.
2323
- [Cognitive Services on Spark](https://github.com/Azure/mmlspark/blob/master/docs/cogsvc.md) – To combine the feature of Azure Cognitive Services in SparkML pipelines in order to derive solution design for cognitive data modeling services like anomaly detection.
24-
- [LightBGM](https://github.com/Azure/mmlspark/blob/master/docs/lightgbm.md) – LightGBM is a gradient boosting framework that uses tree based learning algorithms. It is designed to be distributed and higher efficiency.
24+
- [LightGBM](https://github.com/Azure/mmlspark/blob/master/docs/lightgbm.md) – LightGBM is a gradient boosting framework that uses tree based learning algorithms. It is designed to be distributed and higher efficiency.
2525
- Conditional KNN - Scalable KNN Models with Conditional Queries.
2626
- [HTTP on Spark](https://github.com/Azure/mmlspark/blob/master/docs/http.md) – Enables distributed Microservices orchestration in integrating Spark and HTTP protocol-based accessibility.
2727

@@ -248,4 +248,4 @@ display(anamoly_detector.transform(df_timeseriesdata).select("timestamp", "value
248248
## Next steps
249249

250250
* [Check out Synapse sample notebooks](https://github.com/Azure-Samples/Synapse/tree/main/Notebooks)
251-
* [MMLSpark GitHub Repo](https://github.com/Azure/mmlspark)
251+
* [MMLSpark GitHub Repo](https://github.com/Azure/mmlspark)

0 commit comments

Comments
 (0)