Microsoft Q&A

.NET Machine learning

111 questions

.NET: Microsoft Technologies based on the .NET software framework.
Machine learning: A type of artificial intelligence focused on enabling computers to use observed data to evolve new behaviors that have not been explicitly programmed.

Browse all .NET tags

111 questions with .NET Machine learning tags

Sort by: Updated
3 answers

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…

.NET Machine learning
.NET Machine learning
.NET: Microsoft Technologies based on the .NET software framework.Machine learning: A type of artificial intelligence focused on enabling computers to use observed data to evolve new behaviors that have not been explicitly programmed.
111 questions
asked 2020-11-29T07:47:30.147+00:00
打玻璃 1,591 Reputation points
commented 2023-03-05T04:25:09.9666667+00:00
Haiping Chen 0 Reputation points MVP
0 answers

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:…

.NET Machine learning
.NET Machine learning
.NET: Microsoft Technologies based on the .NET software framework.Machine learning: A type of artificial intelligence focused on enabling computers to use observed data to evolve new behaviors that have not been explicitly programmed.
111 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
7,599 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
897 questions
asked 2023-02-08T11:26:34.3366667+00:00
Nima Weisi 0 Reputation points
edited the question 2023-02-10T17:42:42.5466667+00:00
Nima Weisi 0 Reputation points
0 answers

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…

.NET Machine learning
.NET Machine learning
.NET: Microsoft Technologies based on the .NET software framework.Machine learning: A type of artificial intelligence focused on enabling computers to use observed data to evolve new behaviors that have not been explicitly programmed.
111 questions
asked 2023-02-07T19:33:26.3166667+00:00
Angela 0 Reputation points
edited the question 2023-02-08T01:11:33.34+00:00
Jack J Jun 22,216 Reputation points Microsoft Vendor
0 answers

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[]…

.NET Machine learning
.NET Machine learning
.NET: Microsoft Technologies based on the .NET software framework.Machine learning: A type of artificial intelligence focused on enabling computers to use observed data to evolve new behaviors that have not been explicitly programmed.
111 questions
asked 2023-02-01T15:07:20.9233333+00:00
Matias 0 Reputation points
edited the question 2023-02-01T15:16:38.2266667+00:00
Matias 0 Reputation points
0 answers

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.

.NET Machine learning
.NET Machine learning
.NET: Microsoft Technologies based on the .NET software framework.Machine learning: A type of artificial intelligence focused on enabling computers to use observed data to evolve new behaviors that have not been explicitly programmed.
111 questions
asked 2022-06-27T05:47:05.253+00:00
SAMIL 6 Reputation points
commented 2023-01-14T03:07:13.97+00:00
Joel Rieck 0 Reputation points
1 answer

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…

.NET Machine learning
.NET Machine learning
.NET: Microsoft Technologies based on the .NET software framework.Machine learning: A type of artificial intelligence focused on enabling computers to use observed data to evolve new behaviors that have not been explicitly programmed.
111 questions
asked 2022-10-25T14:51:21.817+00:00
Alex K 1 Reputation point
answered 2023-01-12T18:14:27.88+00:00
Scout Odin 0 Reputation points
0 answers

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…

.NET Machine learning
.NET Machine learning
.NET: Microsoft Technologies based on the .NET software framework.Machine learning: A type of artificial intelligence focused on enabling computers to use observed data to evolve new behaviors that have not been explicitly programmed.
111 questions
asked 2021-10-11T04:49:17.683+00:00
Eric Fredericksen 1 Reputation point
commented 2023-01-03T23:27:54.303+00:00
Sandro Sobczyński 1 Reputation point
0 answers

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 …

.NET Machine learning
.NET Machine learning
.NET: Microsoft Technologies based on the .NET software framework.Machine learning: A type of artificial intelligence focused on enabling computers to use observed data to evolve new behaviors that have not been explicitly programmed.
111 questions
asked 2022-12-29T12:45:59.263+00:00
super richmann 1 Reputation point
1 answer One of the answers was accepted by the question author.

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.

.NET Machine learning
.NET Machine learning
.NET: Microsoft Technologies based on the .NET software framework.Machine learning: A type of artificial intelligence focused on enabling computers to use observed data to evolve new behaviors that have not been explicitly programmed.
111 questions
Microsoft Graph Files API
Microsoft Graph Files API
A Microsoft API to create an app that connects with files across OneDrive, OneDrive for Business, and SharePoint document libraries.
325 questions
asked 2022-10-11T06:57:37.867+00:00
Abhay Maheta 21 Reputation points
accepted 2022-10-13T07:04:40.95+00:00
Abhay Maheta 21 Reputation points
1 answer

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.

.NET Machine learning
.NET Machine learning
.NET: Microsoft Technologies based on the .NET software framework.Machine learning: A type of artificial intelligence focused on enabling computers to use observed data to evolve new behaviors that have not been explicitly programmed.
111 questions
OneDrive Management
OneDrive Management
OneDrive: A Microsoft file hosting and synchronization service.Management: The act or process of organizing, handling, directing or controlling something.
835 questions
asked 2022-10-07T15:56:59.563+00:00
Abraham Raju Parusu 1 Reputation point
commented 2022-10-10T07:47:07.45+00:00
Ceasar Chen_MSFT 4,356 Reputation points
0 answers

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…

.NET Machine learning
.NET Machine learning
.NET: Microsoft Technologies based on the .NET software framework.Machine learning: A type of artificial intelligence focused on enabling computers to use observed data to evolve new behaviors that have not been explicitly programmed.
111 questions
asked 2022-10-06T20:50:42.687+00:00
Drew McPherson 1 Reputation point
0 answers

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

.NET Machine learning
.NET Machine learning
.NET: Microsoft Technologies based on the .NET software framework.Machine learning: A type of artificial intelligence focused on enabling computers to use observed data to evolve new behaviors that have not been explicitly programmed.
111 questions
asked 2022-09-28T05:48:08.963+00:00
sigger 46 Reputation points
0 answers

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!!

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
7,599 questions
.NET Machine learning
.NET Machine learning
.NET: Microsoft Technologies based on the .NET software framework.Machine learning: A type of artificial intelligence focused on enabling computers to use observed data to evolve new behaviors that have not been explicitly programmed.
111 questions
Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,403 questions
asked 2022-09-12T10:51:02.507+00:00
Tori 1 Reputation point
commented 2022-09-13T19:13:35.623+00:00
Viorel 89,136 Reputation points
1 answer

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…

.NET Machine learning
.NET Machine learning
.NET: Microsoft Technologies based on the .NET software framework.Machine learning: A type of artificial intelligence focused on enabling computers to use observed data to evolve new behaviors that have not been explicitly programmed.
111 questions
Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
1,715 questions
asked 2022-08-06T20:09:08.317+00:00
progmars 21 Reputation points
answered 2022-08-08T14:36:04.797+00:00
Ramr-msft 10,911 Reputation points
2 answers

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?

.NET Machine learning
.NET Machine learning
.NET: Microsoft Technologies based on the .NET software framework.Machine learning: A type of artificial intelligence focused on enabling computers to use observed data to evolve new behaviors that have not been explicitly programmed.
111 questions
asked 2021-12-27T12:47:06.28+00:00
Johan Danforth 6 Reputation points
answered 2022-08-08T04:46:30.067+00:00
Wilhelm Thomas 1 Reputation point
0 answers

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…

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
7,599 questions
.NET Machine learning
.NET Machine learning
.NET: Microsoft Technologies based on the .NET software framework.Machine learning: A type of artificial intelligence focused on enabling computers to use observed data to evolve new behaviors that have not been explicitly programmed.
111 questions
asked 2022-08-08T04:45:23.537+00:00
Wilhelm Thomas 1 Reputation point
1 answer

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 Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
2,873 questions
.NET Machine learning
.NET Machine learning
.NET: Microsoft Technologies based on the .NET software framework.Machine learning: A type of artificial intelligence focused on enabling computers to use observed data to evolve new behaviors that have not been explicitly programmed.
111 questions
Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
1,296 questions
asked 2022-07-14T18:44:53.71+00:00
Computer Mike 86 Reputation points
commented 2022-07-19T09:23:56.55+00:00
PRADEEPCHEEKATLA-MSFT 56,471 Reputation points Microsoft Employee
2 answers

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…

.NET Machine learning
.NET Machine learning
.NET: Microsoft Technologies based on the .NET software framework.Machine learning: A type of artificial intelligence focused on enabling computers to use observed data to evolve new behaviors that have not been explicitly programmed.
111 questions
Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
2,873 questions
asked 2021-12-22T17:55:06.087+00:00
Bitchiko Tchelidze 1 Reputation point
answered 2022-06-21T20:12:34.84+00:00
Richard Luis Díaz 1 Reputation point
0 answers

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?

.NET Machine learning
.NET Machine learning
.NET: Microsoft Technologies based on the .NET software framework.Machine learning: A type of artificial intelligence focused on enabling computers to use observed data to evolve new behaviors that have not been explicitly programmed.
111 questions
asked 2021-05-28T09:48:55.853+00:00
Şahin Mehrzad 1 Reputation point
commented 2022-06-08T15:52:52.3+00:00
Erick Cerra 1 Reputation point
0 answers

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: …

.NET Machine learning
.NET Machine learning
.NET: Microsoft Technologies based on the .NET software framework.Machine learning: A type of artificial intelligence focused on enabling computers to use observed data to evolve new behaviors that have not been explicitly programmed.
111 questions
asked 2022-06-08T15:11:41.653+00:00
Łukasz Czajkowski 1 Reputation point