154 questions with .NET Machine learning tags

Sort by: Updated
0 answers

How to reduce interaction for training model?

After reading this topic https://video2.skills-academy.com/en-us/dotnet/machine-learning/how-to-guides/load-data-model-builder it seems to me that training a model is a rather manual task and I'm not talking about data preparing. You have to manually select…

.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.
154 questions
asked 2021-11-19T16:58:16.853+00:00
Alexander Kucheravy 1 Reputation point
0 answers

Saving Spark SQL result in a new dataframe

Hey, A simple question. Wondering how to save query results into a dataframe from magic command in Spark notebook in Synapse. This allows me to save query result directly into a new data frame. dataframe = spark.sql("<query>") However…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,573 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.
154 questions
asked 2021-11-17T13:58:30.617+00:00
dan_banan 6 Reputation points
0 answers

ML.NET ImageClassification with GPU

I 'll get a very low accuracy(about 3%) This is not the case with CPU(about 88%) with RTX 3070ti What may be the reason for this?

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.
10,573 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.
154 questions
asked 2021-11-06T08:38:22.377+00:00
scixing 21 Reputation points
1 answer

Query Timeout on Azure Synapse serverless pool

Hey microsoft , Is there any default query timeout on serverless pool ? when im using serverless pool view as my source to powerbi , some time im not getting any error , and some times im getting timeout error at source side . i didnt figure out the…

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.
4,621 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.
154 questions
asked 2021-11-03T14:15:05.907+00:00
Anonymous
commented 2021-11-03T15:22:27.353+00:00
cthivierge 4,056 Reputation points
0 answers

Why there are two methods in Anomaly detection by SrCnn | DetectEntireAnomalyBySrCnn & DetectAnomalyBySrCnn ?

Why there are two methods for detecting anomaly for the same algorithm (SrCnn). From what i understand is that, DetectEntireAnomalyBySrCnn is used to detect anomaly for the entire input and the other DetectAnomalyBySrCnn might not detect it considering…

.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.
154 questions
asked 2021-11-03T10:51:15.573+00:00
Swapnil Dave 41 Reputation points
0 answers

Seasonal Forecasting In ML DotNet

I don't seem to find any method to get seasonal forecasting using ml.net framework. All I can find is ForecastBySsa but that does not work with the seasonal prediction. So, how can I calculate that.

.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.
154 questions
asked 2021-10-22T13:58:32.36+00:00
Swapnil Dave 41 Reputation points
0 answers

ML.NET Model Builder and Explainability (Permuation Feature Importance)

Hello, I am trying to add PFI on the Trained model which I got through Model Builder. But I think it's unable to unpack the trained model made by Model Builder. Although I am trying to copy the training model with manually written code, by…

.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.
154 questions
asked 2021-10-13T00:01:27.453+00:00
Jaeha Kim 1 Reputation point
0 answers

Not able to re-train model [Multiclassification(AveragedPerceptron)]

Hello! I am new to ML.Net, I have decided to to try using it in building a dispatcher. Basically I want it to be able to classify text in one of multiple categories. Due to the high volume of data, I want that when a prediction is confirmed by the users…

.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.
154 questions
asked 2021-10-07T15:40:19.467+00:00
stefan 1 Reputation point
0 answers

ML Context IDataView Issue

I have a json array in string format which I need to convert it into the IDataView for the further processing. But While creating a data model and making the IEnumerable out of it takes a lot of processing time and is not scalable according to my use…

.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.
154 questions
asked 2021-10-05T11:58:07.763+00:00
Swapnil Dave 41 Reputation points
0 answers

EntryPointNotFoundException: Unable to find an entry point named 'OrtGetApiBase' in DLL 'onnxruntime'

I am trying to run an sklearn onnx model in C# 4.8 framework on Windows 10 Pro with VS 2019, I have used the following code using examples in: https://towardsdatascience.com/deploy-sci-kit-learn-models-in-net-core-applications-90e24e572f64 …

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.
10,573 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.
154 questions
asked 2021-10-04T13:56:43.687+00:00
akhil patel 1 Reputation point
2 answers One of the answers was accepted by the question author.

Make lot of predictions from a file

Hello, I have trained a model and I am able to get a single prediction. I am trying to read a csv file to make lot of predictions. I am reading each line of this file and I get the content of the 2 columns, then from this I can make the prediction of…

.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.
154 questions
asked 2021-09-29T10:54:14.6+00:00
DJamin 386 Reputation points
accepted 2021-10-01T08:01:49.433+00:00
DJamin 386 Reputation points
1 answer

Anomaly Detection Using ML.Net

I want to detect anomaly for the time series i am having and i want to understand how does the microsoft detects anomaly withe the different algorithms it provides. The problem or the challenge i am facing is that the method arguments. I don't know…

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.
10,573 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.
154 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,577 questions
asked 2021-09-23T07:13:05.107+00:00
Swapnil Dave 41 Reputation points
commented 2021-09-25T06:41:39.167+00:00
Swapnil Dave 41 Reputation points
0 answers

Microsoft ML DotNet SrCnn Anomaly Detection Method Signature Parameters

Detect Anomaly By SrCnn I have a time series and i want to detect anomaly in that time series. But i don't have any knowledge on how to give the method parameters their values or as to how to tune these parameters in a way that i get correct output. I…

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.
10,573 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.
154 questions
asked 2021-09-21T10:31:47.803+00:00
Swapnil Dave 41 Reputation points
0 answers

ml modle.net was not found

I was installing and downloading the ml.net package to my visual studio 2019 in the marketplace, but when I try to add it to my project this message was thrown . I tried to do a restart to vs and it did not work. So I checked Google and there it was…

.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.
154 questions
asked 2021-09-18T23:07:36.68+00:00
Itamar 1 Reputation point
1 answer One of the answers was accepted by the question author.

ML.net How do I get value string for more than just the predicted result?

Forgive me... I am a beginner at this. I created & trained a model with the wizard. It is a text classification model. I would like to know the top 5 predictions and their scores. The default code is... public static ModelOutput…

.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.
154 questions
asked 2021-08-23T04:44:23.287+00:00
Alan Iwashita 96 Reputation points
commented 2021-08-26T06:11:16.66+00:00
Alan Iwashita 96 Reputation points
2 answers

Input data sample training clarifications

Dear users and experts, I am not clear about how is used the input data sample. I have a csv file with 5 fields and 20k lines entries. When I run a classification training, does the 20k entries used ? Or the algorithm split this data sample…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,687 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.
154 questions
asked 2021-08-19T10:26:53.483+00:00
DJamin 386 Reputation points
commented 2021-08-23T16:19:01.933+00:00
Ramr-msft 17,651 Reputation points
1 answer

ML.Net in .NET Framework Project

I have a Windows Forms project that targets the .NET Framework 4.6.1. I'd like to add machine learning capabilities to the project, so I added a new project that implements ML.NET. All of the projects in the solution are targeting x64. The project…

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,868 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.
154 questions
asked 2021-08-04T19:41:41.453+00:00
Sara Lane 1 Reputation point
commented 2021-08-20T06:34:30.96+00:00
Daniel Zhang-MSFT 9,621 Reputation points
1 answer One of the answers was accepted by the question author.

Force to use a specific Model during training of ML.NET

Dear experts, I am using ML.NET and performing Text Classification. I have seen during my various trainings that some Model performs really better for my dataset. How can I force to use let's say LbfgsMaximumEntropyMulti for my current training? …

.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.
154 questions
asked 2021-07-14T09:42:07.783+00:00
DJamin 386 Reputation points
accepted 2021-08-19T12:45:11.423+00:00
DJamin 386 Reputation points
1 answer One of the answers was accepted by the question author.

1 Feature -> 5 Labels training

Dear experts, I am a new user of ML.NET and I am not clear about how to perform my needs. My environment is the following : windows 10, .NET Core 3.1 LTS and latest Visual Studio. What I want is to train a ML to get 5 Labels form 1 Feature. From…

.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.
154 questions
asked 2021-06-21T12:08:06.787+00:00
DJamin 386 Reputation points
accepted 2021-08-19T12:44:36.667+00:00
DJamin 386 Reputation points
1 answer One of the answers was accepted by the question author.

Perform several Trainings into 1 solution and get each of them separately

Dear experts, I am a new user of ML.NET and I am not clear about how to perform my needs. My environment is the following : windows 10, .NET Core 3.1 LTS and latest Visual Studio. What I want is to train a ML to get 5 Labels form 1 Feature. From…

.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.
154 questions
asked 2021-06-29T08:29:37.157+00:00
DJamin 386 Reputation points
accepted 2021-08-19T12:43:26.363+00:00
DJamin 386 Reputation points