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

909 Коммитов

Автор SHA1 Сообщение Дата
Tom Dykstra 427ccb68ab
fix errors introduced by earlier PR (#1027) 2024-04-29 16:02:02 -04:00
Rick Anderson dacfc946e1
Update Startup.cs (#1032)
* Update Startup.cs

* Update samples/csharp/end-to-end-apps/Forecasting-Sales/src/eShopDashboard/Startup.cs

* Update samples/csharp/end-to-end-apps/Forecasting-Sales/src/eShopDashboard/Startup.cs

Co-authored-by: Safia Abdalla <safia@safia.rocks>

---------

Co-authored-by: Safia Abdalla <safia@safia.rocks>
2024-04-29 16:01:46 -04:00
Safia Abdalla af0ced0a38
Add `IsDevelopment` guard to UseSwaggerUI in samples (#1030)
* Add `IsDevelopment` guard to UseSwaggerUI in samples

* Update Program.cs

* Update Program.cs

* Fix eShopDashboard sample
2024-04-29 13:55:00 -04:00
Tom Dykstra 6b28e25528
use swaggerui in development environment only (#1025) 2024-04-16 10:02:37 -04:00
Michael Sharp a262b18946
updated samples image url (#1017) 2024-01-17 16:08:43 -07:00
Genevieve Warren 255232106e
clean up metadata (#994) 2023-07-05 10:28:35 -04:00
Luis Quintanilla c62259615e
Update Az Fn Sample App (#975) 2022-12-12 13:59:20 -05:00
Luis Quintanilla 46df062230
ML.NET 2.0 Samples (#967)
* Initial commit AutoML samples

* Add text classification

* Add sentence similarity

* Add placeholder directory for data files

* Update TrialRunner to use Text Classification

* All samples verified to work. Data paths updated.

* Minor updates

* Add Text classification razor MB tutorial sample

* Updated READMEs
2022-11-09 20:13:39 -05:00
dependabot[bot] e8ce659613
Bump SharpZipLib from 1.2.0 to 1.3.3 in /samples/csharp/getting-started/DeepLearning_TensorFlowEstimator/ImageClassification.Train (#941)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-11 19:03:50 -08:00
Jon Wood fa027d3d49
Update samples to .NET 6 (#932)
* Update bike rental sample to .NET 6

* Update object detection sample to .NET 6
2021-12-20 08:39:27 -05:00
Jon Wood 24f4c778be
Add movie recommendation sample (#929) 2021-10-21 19:40:00 -04:00
Luis Quintanilla f435bdd9ac
Add back dataset (#927) 2021-09-30 18:58:17 -04:00
Jon Wood 7a2fa907ac
Add new land use sample (#926)
* Add new land use sample

* Update sample to use data file instead of local file

* Update readme file

* Replace the old sample with the new one

* Update samples/modelbuilder/ImageClassification_Azure_LandUse/README.md

Co-authored-by: Luis Quintanilla <46974588+luisquintanilla@users.noreply.github.com>

* Update path to ONNX file

* Update another relative path

Co-authored-by: Luis Quintanilla <46974588+luisquintanilla@users.noreply.github.com>
2021-09-30 15:19:41 -04:00
Luis Quintanilla 094084aa18
Update samples metadata (#924)
* Update samples metadata

* Update README.md

* Updated Azure Functions

* Update README.md
2021-09-23 17:06:10 -04:00
Jon Wood da914adf4b
Update stop sign sample to latest version (#917)
* Update stop sign sample to latest version

* Update to .NET 5

* Update ML.NET packages to latest

* Add build props to project files

* Initial addition to readme

* Updates to the readme

* Apply suggestions from code review

Co-authored-by: Luis Quintanilla <46974588+luisquintanilla@users.noreply.github.com>
2021-09-07 12:59:10 -04:00
Luis Quintanilla 90f2a8d27d
Update tutorial samples to 1.6.0 (#919)
* Update BikeDemandForecasting

* Updated ObjectDetection

* Update image classification sample

* Added sample explorer metadata

* Fix version

* Fixing build errors
2021-08-09 17:25:01 -05:00
Tomasz Cekało 96fa739cd0
PNG image doesn't look well in dark modes (#906) 2021-05-25 04:23:06 -07:00
Bri Achtman 0936bf4ab0
Add onnx export (regression) sample (#891)
* add readme and project

* update readme

* add comments and update readme

* Change name of folder

* update readme + file structure

* update readme for other onnx sample

* update file paths

* add section about exporting specific columns
2021-04-05 14:30:18 -07:00
Robin Windey 81673067cc
Add NuGet version hint (#886)
Signed-off-by: R0Wi <ro.windey@gmail.com>

Co-authored-by: Michael Sharp <51342856+michaelgsharp@users.noreply.github.com>
2021-03-19 10:34:15 -07:00
Michael Sharp d36c073ca5
rename master to main (#885) 2021-03-18 15:01:37 -07:00
Youssef Victor 7724600148
Update product in sample's README (#884) 2021-03-17 15:16:48 -07:00
Bri Achtman d7a7c88b16
add sample for model builder object detection tutorial (#882)
* add files

* remove unnecessary using statement

* remove console app

* remove onnx

* add download model

* update comment

* update csproj to download model (aka link) on build

* remove download model method

* remove console app

* remove unused code

* add readme for samples browser

* change readme to md

* remove ml-dotnet, add visual-studio

* Update README.md

* Update README.md

Co-authored-by: Youssef Victor <youssefvictor00@gmail.com>
2021-03-16 12:53:08 -07:00
Jon Wood 1c804f5c70
Add Ranking AutoML Sample (#852)
* Initial add of project

* Update ranking sample

* Get sample working

* Updates based on feedback

* Add refitting on validation and test data sets

* Update console headers

* Iteration print improvements

* Correct validationData

* Printing NDCG@1,3,10 & DCG@10

* Printing NDCG@1,3,10 & DCG@10

* Add readme

* Update based on feedback

* Use new DcgTruncation property

* Update to latest AutoML package

* Review feedback

* Wording for 1st refit step

* Update to include original label in output

Co-authored-by: Justin Ormont <justinormont@users.noreply.github.com>
2021-01-01 07:03:52 -08:00
Harish Kulkarni 2990008f19
Minor clean up of v1.4 solution (#867)
* Minor clean up of v1.4 solution

* Cleaned up and consolidated solutions

* Updated samples to use v1.5.4 and updated dependencies in build pipeline
2020-12-22 12:47:55 -08:00
Yuanxiang Ying e521c53e1f
add phone calls sample (#863)
Co-authored-by: yuyi@microsoft.com <Yuanxiang.Ying@microsoft.com>
2020-12-15 18:45:24 -05:00
Mustafa Bal 2ff213e0e9
Fix TensorFlow samples for .NET Core 3.1 & 2.1 (#871) 2020-12-15 13:43:33 +03:00
frank-dong-ms afa7a4d35f
fix some issues for samples repo (#870)
* upgrade SciSharp.TensorFlow.Redist version and fix tf not working on netcore 2.1 exception

* update ml.net version
2020-12-14 17:16:59 -08:00
Ravi Kumar eb64899106
Update README.md (#854)
change class name
2020-12-10 23:58:42 -05:00
Mustafa Bal 522fbdba3a
Minor edits to the DeepLearning Binary classification sample (#868)
* Minor edits to the DeepLearning Binary classification sample

* Add necessary library for when running on net core 2.1
2020-12-11 02:32:10 +03:00
Dan Espinosa c3d984e790
Update README.md (#859)
Typo, I believe it should be price rather than prise.
2020-12-10 12:34:08 -05:00
Bri Achtman 81cae9a34c
1.5 mlnet update (#839)
* update ml.net versions

* update proj to .net core 3.1

* shorten ccfraud project / file name

Fixes Error MSB3491

* update image classification training solution to .net core 3

* update ranking sample to .net core 3.1

* Update BikeDemandForecasting.csproj

* update to .net core 3.1 to fix errors

* Update samples/csharp/getting-started/DeepLearning_ImageClassification_Training/ImageClassification.Train/assets/inputs/images/flower_photos_small_set/LICENSE.txt

Co-authored-by: Justin Ormont <justinormont@users.noreply.github.com>

* Update samples/csharp/getting-started/DeepLearning_ImageClassification_Training/ImageClassification.Train/assets/inputs/images/flower_photos_small_set/LICENSE.txt

Co-authored-by: Justin Ormont <justinormont@users.noreply.github.com>

* fix fsharp mnist project

* fix automl taxi fare fsharp project

* fix fsharp shampoo sales anomaly detection project

* fix fsharp power anomaly detection project

* Create PowerAnomalyDetection.sln

* Update project name so web app will build

* fix model explainability project

* fix e2e matrix factorization by updating to .net core 3.1

* update scalable web api to 3.1

* update scalable web api integration to 3.1

* Update Startup.cs

* Shorten length of project name to fix blazor app

* add scisharp package for image classification model consumption

* Create ImageClassification.Score.sln

* Update samples to 1.5 (#841)

* Updated and debuggined ONNX F# sample

* Updates to DL TF Estimator

* Updated OnnxObjectDetectionE2E

* Updated AutoML samples

* Fixed bugs in web app when upgraded to 3.1

* Updated version packages for DL binary

* Updated to net core 3.1

* Fixed bugs in upgrade to 3.1

* Updated READMES

* Delete imageClassifier.zip

Co-authored-by: Justin Ormont <justinormont@users.noreply.github.com>
Co-authored-by: Luis Quintanilla <46974588+luisquintanilla@users.noreply.github.com>
2020-08-24 13:15:50 -07:00
AJ 5308cda610
removed extra lpnorm (#824) 2020-07-02 14:52:35 -04:00
Luis Quintanilla 61e842ccbb
Update API tutorials to v 1.5 (#829)
* Updated image classification to 1.5

* Updated bike demand forecasting to 1.5
2020-06-30 16:49:44 -04:00
Luis Quintanilla 43f7a46bd9
Updated to 1.5 (#825) 2020-06-11 15:25:57 -04:00
Keren Fuentes 4cb2cb101d
Update README.md (#821) 2020-06-02 11:13:15 -07:00
Luis Quintanilla 8697bec3e9
Added front-matter for samples (#805) 2020-04-16 02:01:42 -04:00
Luis Quintanilla 04076c5f95
Image Classification Model Builder Azure Sample (#802)
* Initial commit image classification

* Updates to README

* Updated sample

* Adding models 😬 🤞
2020-04-15 21:47:49 -04:00
Luis Quintanilla 4d603393b3
Add samples front-matter (#795) 2020-03-31 18:22:33 -04:00
Luis Quintanilla ffac232a1d
Fix broken link
Fixes #787
2020-03-16 14:17:06 -04:00
Luis Quintanilla c341f04d1f
Updated AzFunctions SDK Version (#786) 2020-03-11 12:46:36 -04:00
Antonio Velázquez d35bc116bc
Fixed broken link in ONNX Object Detection Sample
Fixed broken link in ONNX Object Detection Sample README
2020-02-05 15:56:31 -08:00
Luis Quintanilla c4c2632135
Fix FSharp ImageClassification Sample MLVersion (#775)
* Remove GPU references and fix MLVersion

* Fix typo
2020-02-03 23:29:27 -08:00
Luis Quintanilla 05f9d9cf3a
FSharp Flower Image Classification Sample (#773)
* FSharp Flower Image Clasisifcaiton Sample

* Updated README and App

* Updated README
2020-02-03 22:57:43 -08:00
Luis Quintanilla fb06c72c51
Reference Forecasting Docs tutorial in sample (#734)
* Add reference to Docs tutorial

* Remove localization
2020-01-29 20:20:45 -05:00
Steffen Forkmann 93ca672b54
Fix TensorFlow training (#762) 2020-01-29 20:16:21 -05:00
Steffen Forkmann 71ff48262c
Simplify F# demo code (#760)
* Simplify readme code

* Update Program.fs
2020-01-29 20:14:54 -05:00
irkan-hadi ad64575c1c Fix Comment Typo: repeteable > repeatable (#764)
Fix Comment Typo: repeteable > repeatable
2020-01-07 10:44:12 -08:00
Maher Jendoubi 6e56f0ecc6 Contributing: Fix a typo (#765) 2020-01-06 10:06:41 -08:00
Steffen Forkmann 05b3eda90a Fix typo (#759) 2019-12-21 10:46:56 -08:00
Luis Quintanilla 346a8933b7 Update Image Classification Sample to 1.4 (#740)
* Update to 1.4

* Working sample

* Updated README

* Updated csproj
2019-11-07 18:42:37 -08:00