150 questions with .NET Machine learning tags

Sort by: Updated
0 answers

multi-label classification in Ml.net is possible?

0 I'm newbie in ml.net and I want to implement multi-label classification. Suppose Movie is my targeted variable i want to predict that movies genre such Romance = 99.98 % Comedy = 00.01% and Horror = 0.01% . How can i perform all these in ml.net?…

.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 2022-02-24T13:25:54.087+00:00
Tushar M 1 Reputation point
commented 2022-06-08T11:12:35.89+00:00
René Mittå 1 Reputation point
0 answers

80 port of apache not working on Azure VM

Apache is not accessible on Ubuntu based Azure VM on 80 port despite allowing it in NSG: It is allowed in Ubuntu too: Hitting the public IP keeps loading the page and it times out after some time.

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,152 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 2022-05-22T22:28:00.54+00:00
Dev 1 Reputation point
commented 2022-06-06T07:02:50.35+00:00
vipullag-MSFT 24,206 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

ML from std::c++

I have an existing (std::)c++ app that is build on the JUCE framework. It runs on Wndows, iOS, Android, macOS and Linux. The application does DSP on audio. I intend to use ML for noise reduction. QUESTION Can I use ML.NET and call ML.NET from the…

C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,535 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 2022-05-20T10:49:40.79+00:00
Eigil Krogh Sorensen 76 Reputation points
accepted 2022-05-24T19:40:48.6+00:00
Eigil Krogh Sorensen 76 Reputation points
1 answer

Data integrity testing using NTTTCP tool

Hi, I would like to do some data integrity testing over LAN: a. No packet drop b. Data received on PC2 as sent from PC1 is those feature are available on ttcp tool?

.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 2022-05-16T19:20:47.64+00:00
Maoz M 1 Reputation point
commented 2022-05-23T11:52:21.017+00:00
Luis Rodriguez 6,191 Reputation points Microsoft Employee
0 answers

Error generated in Synapse when I query dataverse data in Spark Notebook

Hey there, I am having an issue querying the data from the Synapse Link for Dataverse in a Spark Notebook within Synapse. I am able to run a SQL query against the data (which appears in Synapse as a Lake Database) and it returns data. See below …

Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,349 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.
4,391 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 2022-05-18T08:17:36.823+00:00
Robert O'Neill 1 Reputation point
commented 2022-05-19T08:49:25.21+00:00
Robert O'Neill 1 Reputation point
1 answer

ML.NET Sample

Does anyone have a link for a ml.net sample where you can input a custom number of columns? All the samples I have seen always have a fixed number of columns. Thanks

.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 2022-05-16T08:23:41.973+00:00
jon manrique 1 Reputation point
answered 2022-05-16T23:22:13.657+00:00
jon manrique 1 Reputation point
0 answers

Attempting to Create a model with unknown columns count.

I would like to create a model in ML.net with unknown count of columns. I load the data from a text file. The first column will always be the result label. After that, it can be 2, 3 or even 20 columns with custom names(Header). I tried creating a…

.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 2022-05-13T06:39:21.887+00:00
jon manrique 1 Reputation point
1 answer

Trying to Flatten My Json using CosmosDB Spark connector - Azure Databricks

Hi, Using the below cosmos DB query it is possible to achieve the expected output, but how can I do the same with spark SQL in Databricks. COSMOSDB QUERY : select c.ReportId,c.ReportName,i.price,p as provider from c join i in in_network join p in…

Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
1,937 questions
Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,446 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 2022-04-21T15:11:12.35+00:00
Tomar, Abhishek 1 Reputation point
commented 2022-05-02T06:23:15.063+00:00
PRADEEPCHEEKATLA-MSFT 77,516 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Microsoft.Data.Analysis DataFrame - What is the idiomatic way to fill one column with manipulated values from another?

C# 10 / .NET 6 / Microsoft.Data.Analysis Given a Microsoft.Data.Analysis DataFrame with two columns, what is the idiomatic way to take values from one column, manipulate them, then use the resulting value to fill the rows of the second column…

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,271 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 2022-04-27T13:40:16.503+00:00
Chris X 41 Reputation points
accepted 2022-04-28T21:15:08.267+00:00
Chris X 41 Reputation points
0 answers

Text Similarity Percentage in Document Files using ML.Net

I want to group the 80% or above similar PDF documents using K Mean Algorithm and ML.Net. I am reading the text from PDF files. My requirement is whatever similarity percentage user enters, the document files should grouped according to that percentage…

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,271 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 2022-04-28T12:09:07.003+00:00
Diya Rawat 1 Reputation point
0 answers

Binding Source Filter doesn't work on column names with two or more words in DataGridView vb.net

Dim bagentdata As New BindingSource Dim myCommand As New MySqlCommand Dim myAdapter As New MySqlDataAdapter Dim myData As New DataTable Dim SQL As String Private Sub frmAgent_Load(sender As Object, e As EventArgs) Handles MyBase.Load Try …

.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 2022-04-17T20:17:15.403+00:00
SUBHAM DUTTA 1 Reputation point
4 answers One of the answers was accepted by the question author.

ML.NET 1.5.5 -> Microsoft.ML.Mkl.Redist : Unable to load DLL 'MklImports': The specified module could not be found. (Exception from HRESULT: 0x8007007E)

Windows .NETFramework 4.7.2 ML.NET packages 1.5.5 (I have tried a lower version too). When calling Context.Forecasting.ForecastBySsa "Unable to load DLL 'MklImports': The specified module could not be found. (Exception from HRESULT:…

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,831 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-04-10T10:52:29.797+00:00
Paul 96 Reputation points
answered 2022-04-16T12:12:08.797+00:00
Ed Santiago 1 Reputation point
1 answer One of the answers was accepted by the question author.

Loading an Azure Table using Pyspark

Hello, I am trying to load a parquet Dataframe from Synapse workbook into Azure BLOB No SQL Table, Can you please help me with the steps. Thank you

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
156 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,436 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.
4,391 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 2022-04-06T16:01:24.993+00:00
Rohith Gorthi 21 Reputation points
accepted 2022-04-13T18:34:13.113+00:00
Rohith Gorthi 21 Reputation points
0 answers

Why is this ElementwiseGreaterThanOrEqual() method call resulting in a "Specified method is not supported" error?

Assuming this code: DataFrame df = new(); df.Columns.Add(new PrimitiveDataFrameColumn<DateTimeOffset>("Started", 3)); df[0, 0] = DateTimeOffset.Parse("03-28-2022"); df[1, 0] =…

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,271 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 2022-04-01T23:21:19.473+00:00
Chris X 41 Reputation points
commented 2022-04-02T00:07:09.553+00:00
Chris X 41 Reputation points
1 answer One of the answers was accepted by the question author.

Azure ML Studio is bugged out and can not create a Microsoft ticket under MSDN. Need a few suggestions

ML studio is, by default picking up Python 3.6 kernel, even when I'm specifying use Python 3.8 AzureML kernel. In UI, it's changed but not actually.

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,571 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 2022-03-15T13:12:50.22+00:00
Kaushik, Sidharth 21 Reputation points
accepted 2022-03-26T07:23:55.667+00:00
Kaushik, Sidharth 21 Reputation points
1 answer

Function that works in python but sql doesn't pyspark

Function that works in python but sql doesn't pyspark I have successfully performed a function, and I have used it without problems, python, I have seen in videos and I have read that it can be implemented in both contexts, but I cannot do it myself Here…

Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
1,937 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 2022-03-18T20:34:47.37+00:00
Carlos José González Arenas 1 Reputation point
answered 2022-03-23T17:37:17.42+00:00
Carlos José González Arenas 1 Reputation point
1 answer

Changes to file ingestion methodology Pyspark Azure Synapse from Data Lake.

Hi we have been experiencing some peculiarities in reading files from within the connected storage of Synapse Analytics over the last few days. These have been experienced while using pyspark in Notebooks. Our initial issue started using the pandas…

Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,349 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.
4,391 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 2022-02-25T10:53:41.57+00:00
Stephen Connell 21 Reputation points
commented 2022-03-21T09:27:35.553+00:00
ShaikMaheer-MSFT 37,896 Reputation points Microsoft Employee
1 answer

SQL connect error from Data bricks notebook

Hi , while connecting to sql server from databricks notebook with service principal as auth , im getting this error once every week .95% of the time , im not seeing this error but want to understand why im facing this and how i can resolve this ? …

Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
1,937 questions
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,748 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,455 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 2022-02-25T13:38:39.433+00:00
Sekhar matta, Guna 1 Reputation point
commented 2022-03-09T19:46:30.037+00:00
HimanshuSinha-msft 19,381 Reputation points Microsoft Employee
0 answers

Hierarchical Classification in ml.net

Is there way to achieve Hierarchical Classification in ml.net? Like Predict cat from animal category and then predict breed of that cat based on cat as a output? in multicast-classification?

.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 2022-03-03T05:16:30.683+00:00
Tushar M 1 Reputation point
1 answer One of the answers was accepted by the question author.

Using SynapseML v0.9.5 in Spark pool

We aim to use the geocoding features of SynapseML library v0.9.5 over Synapse Spark pools. However, this library needs Spark 3.2+ while Spark pools just support Spark 3.1 & 2.7. So we can just install SynapseML v0.9.4 but it does not have 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,391 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
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,549 questions
asked 2022-02-20T16:44:58.593+00:00
Ali Davoudian 61 Reputation points
commented 2022-02-24T12:34:47.85+00:00
Ali Davoudian 61 Reputation points