Content
How to use ML.Net or Tensorflow.NET to get something from tranied saved data by tensorflow?
There is a data file that is tensor flow trained and saved data trained by python. I want to read it and use it by ML.NET.can it be true? 1.to use the data I have to write the model right? 2.there is a model that is code in python which is used to…


Create a card game robot (AI) using Microsoft Machine Learning
For a card game i'm using Microsoft.ML. I would like to introduce a goal and a rule: Goal: Introduce a new field in GameData bool Score which is set after the last card is played. And the goal of the AI should be, to win the round Score: true. Rule:…


Explainability with ML.NET
I am using ML.NET to train a model using the FastTree regression trainer. I am trying to implement some kind of "explainability", meaning that when a prediction is made using this model I want to explain why the model made that prediction. In…


System.ArgumentOutOfRangeException: 'Could not find column 'EncodedTaskStatuses' (Parameter 'Schema')'
Hello everyone, I´m trying to build a multiclass classification model using ML.Net. I´m trying to predict the job status that can be 11 different values, the job status depend on these features: bool IsPartiallyBilled int[] TaskStatuses int[]…
Consume ML.NET from .NET Framework 4.8
Hello, I am wondering if it is possible to consume an ML.NET Model from .NET Framework 4.8? If I consume the ML model from .NET Core it works perfectly but I need to make it work for .NET4.8 Thanks in advance for your help.


How to make the prediction value to be within the range?
First of all, my question is related to ML.NET but I'm also curious if there are technics available in other frameworks if ML.NET does not allow it. I have an input vector of floats containing 220 items and a float label which is a value in the range…


ML.net Modelbuilder for object detection
I am attempting to build a model using my own data with modelbuilder to detect specific objects in images. I get to the training step and get an exception. I am using VOTT JSON data. I have tried several times but continue to get this same error. Error…


IDataView Lag Transformation
Is there a way to transform an IDataView so that it will include values from previous rows in the same row? for example: Source IDataView: Col 1 2 3 4 Resulting IDataView : Col Col1 1 …


Any function or method to get custom sort function will be use in microsoft graph api
Custom sorting that can help to all the data in excel sheet will be a sorted data from the API level we can functionally in excel sheet that will be a same thing to apply in Microsoft Graph API so that will be a possible way to guide.


Do we have any Spark connector to read the file(s) from OneDrive?
Do we have any Spark connector to read the file(s) from OneDrive? Requirement is to read the file which is in Onedrive to a spark context and apply some transformations to it.


Error using AutoML API: "Only supported feature column types are Boolean, Single, and String"
Hi, I'm trying to use the AutoML API to execute an AutoML experiment using sql server data which contains double-precision floating point numbers. Using the AutoML UI it works seamlessly so I know it can be done. I have tried using the preFeaturizer with…


how could i using ML.NET for NLP?
I would like to make Chinese NLP using ml.net ,but i dont know how to start,The model on the official website does not seem to fit
Why can't my Window Forms class access my ML.Net Sentiment Model?
I am trying to create a simple ML.Net winform that shows whether a review is positive or negative, but my forms class can't access the model as shown below- Any ideas? Thank you!!
ML.NET or Azure ML for job satisfaction prediction?
Recently my manager asked to consider machine learning in our company. The specific problem he had in mind could be described as follows. There are customers with datasets with employee information - gender, nationality, age, marital status, last…
Distributed training of a model i ML.NET?
Is it possible to do distributed training/fit of a model in ML.NET to multiple workers/servers?


ML.Net Distributed Local and Azure (Mesh like)
hello, I would love for Microsoft/ML.net to allow us to train on multiple machines to go faster. Microsoft should do the following: Version 1: Right now Auto ML starts many algo 1 by 1 on one machine, a simple version 1 would be to start those…


Trouble with spark code in Notebook, 'str' object has no attribute 'option
I can't debug this. I copied it from a Databricks video, so maybe it does not transfer over???? import sys from pyspark import SparkContext from pyspark.sql import SparkSession from pyspark.sql.types import * spark = SparkSession \ …


Azure Synapse : Run more Spark Application on a cluster than number of nodes
Have the Spark Pool with following config "Medium (8 vCores / 64 GB) - 3 to 3 nodes". From within a pipeline P1 i'm running multiple concurrent pipelines P2s (using Foreach). P2 pipeline contains single notebook, N1. When running P1, it spawns…


equivalent of fminunc function in Octave in the ML.net
I’m trying to make binomial classification with linear regression using .NET ML. What I need is the equivalent of fminunc function in Octave. Is there such a function in .net ml?


How to use trained TFlite model in ml.net
I want to do a simple thing. I want to use a trained tflite model in ml.net. I dont want to retrain it or modify it I just want to run a prediction on it. The model in question is: …

