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
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Machine.Learning.Client.API.Web.Service.Azure" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
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"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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>() { } };

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

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,194 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