Machine.Learning.Client.API.Web.Service.Azure
1.0.0
dotnet add package Machine.Learning.Client.API.Web.Service.Azure --version 1.0.0
NuGet\Install-Package Machine.Learning.Client.API.Web.Service.Azure -Version 1.0.0
<PackageReference Include="Machine.Learning.Client.API.Web.Service.Azure" Version="1.0.0" />
paket add Machine.Learning.Client.API.Web.Service.Azure --version 1.0.0
#r "nuget: Machine.Learning.Client.API.Web.Service.Azure, 1.0.0"
// Install Machine.Learning.Client.API.Web.Service.Azure as a Cake Addin #addin nuget:?package=Machine.Learning.Client.API.Web.Service.Azure&version=1.0.0 // Install Machine.Learning.Client.API.Web.Service.Azure as a Cake Tool #tool nuget:?package=Machine.Learning.Client.API.Web.Service.Azure&version=1.0.0
Client Azure Machine Learning Web API service Example :
var score = new { Inputs = new Dictionary<string, DataTable>() { { "Input1", // The input name new DataTable() { ColumnsNames=new string[] {"age", "workclass" ," fnlwgt", "education" ,"sex"}, Values= new string[,] { {"0", "value",{"0", "value",{"0", "value",{"0", "value"},{"0", "value"......} } }, }, GlobalParameters = new Dictionary<string, string>() { } };
Learn more about Target Frameworks and .NET Standard.
-
- Microsoft.AspNet.WebApi.Client (>= 5.2.6)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 1,250 | 5/27/2018 |
This class contain a very simple and basic client applications and the explore a full-blown ASP.NET web API web service implementation who implement the REST protocol and provides Azure Machine Learning predictions using JSON for the inputs and the outputs.For more informations : anouar.ben.zahra@hotmail.com