150 questions with .NET Machine learning tags

Sort by: Updated
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.
150 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.
150 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.
150 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.
150 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.
150 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,245 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.
150 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.
150 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,245 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.
150 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,373 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,245 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.
150 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.
150 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.
150 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,564 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.
150 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,616 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,828 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.
150 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,611 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.
150 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.
150 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.
150 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
0 answers

How to access tree level predict using FastForestRegressionModel in ML.NET?

I trained FastForest regression model with 200 trees, need to generate predict distribution by tree level predict. This can be easily done in python scikit-learn random forest model using each estimator to predict. In VS debug, I can see the…

.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.
150 questions
asked 2021-07-30T13:11:48.553+00:00
qdeng 1 Reputation point
0 answers

Microsoft ML.Net will not save model to disk

I've written an application in C# that must be run as a library by another application. The parent application (to which I have an API but no source) is using marshaling I believe to transfer data back and forth between the running application into my…

.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.
150 questions
asked 2021-07-26T10:58:11.153+00:00
RB 1 Reputation point
commented 2021-07-27T05:18:29.643+00:00
Daniel Zhang-MSFT 9,611 Reputation points
0 answers

Model Retraining and accuracy

Hi, My team needs to deal with a scenario where we will get data samples (training data) almost every day and we need to train a model using these data samples We will be storing these data samples in some storage. Once we reach a specific number…

.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.
150 questions
asked 2021-07-21T10:18:07.173+00:00
Tankhar 1 Reputation point
0 answers

mlnet prediction clarification about re training data

Hi, I am using the automatic model selector command line (mlnet) with a specific scenario: for a 7000 lines of data: I am training on 5000 data rows, validating on the next 1000 data rows and executing (predicting) on the next 1000 data rows.…

.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.
150 questions
asked 2021-07-10T14:23:11.203+00:00
super richmann 1 Reputation point
commented 2021-07-17T10:29:07.827+00:00
super richmann 1 Reputation point