Our Cookie Policy

Echofavor and carefully selected third parties use cookies on this site to improve performance, for analytics and to show you offers tailored to your interests on our site and third party sites. By continuing to use our site, you consent to our use of cookies. Privacy Policy

Life is memorable. Share your experience. Help others. Return the favor. Terms Of Use    Privacy Policy    About    FAQ    Help   Contact Us  
As an Amazon Associate and affiliate with other third parties, Echofavor earn from qualifying purchases and display advertisements.
0.1349281

(Collection)ML.NET

  • mcchu28
  • 200 views


Announcing ML.NET 0.5

  • 87 views




Nov. 23, 2018 - Ed Charbeneau - Blazor and ML.NET sample project

  • 154 views
Watch video:

Author blog:

Download code:


ML.NET
  • .NET Standard 2.0.3 reference ML.NET 0.7.0
  • 70% training and 30% test data (actual data)

Taxi Fare Sample
  • https://docs.microsoft.com/en-us/dotnet/machine-learning/tutorials/taxi-fare
  • Console app - reference Nuget Microsoft.ML package
  • features and label (i.e. FareAmount)
  • train - read the data, transform the data
  • fast tree - regression learner
  • evaluation metric for regression model - RSquared (closer to 1 the better the model is)
  • evaluation metric for regression model - Rms (the lower it is the better the model)
  • Function input (TaxiTrip) => output TaxiTripFarePrediction
Taxi Service
  • load model into MLContext

Blazor Server side (Razor Component)
  • Blazor Server side is compatible with ML.NET as a dll service.

Blazor client side (web assembly)
  • cannot add ML.NET as a reference
  • challenge on how to read the model file
  • whether blazor will crap out when running the service dll








  

Copyright © Echofavor 2021. All Rights Reserved. Powered by Echofavor
Copyright © Echofavor 2021. All Rights Reserved.
Powered by Echofavor