154 questions with .NET Machine learning tags

Sort by: Updated
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.
154 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.
10,562 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 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.
4,613 questions
Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
2,042 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 2022-07-14T18:44:53.71+00:00
Computer Mike 86 Reputation points
commented 2022-07-19T09:23:56.55+00:00
PRADEEPCHEEKATLA-MSFT 84,051 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…

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,613 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-12-22T17:55:06.087+00:00
Bitchiko Tchelidze 6 Reputation points
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.
154 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

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.
154 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,460 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 2022-05-22T22:28:00.54+00:00
Dev 1 Reputation point
commented 2022-06-06T07:02:50.35+00:00
vipullag-MSFT 25,606 Reputation points
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,608 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 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.
154 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,196 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,409 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,613 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 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.
154 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.
154 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.
2,042 questions
Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,514 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 2022-04-21T15:11:12.35+00:00
Tomar, Abhishek 1 Reputation point
commented 2022-05-02T06:23:15.063+00:00
PRADEEPCHEEKATLA-MSFT 84,051 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,562 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 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,562 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 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.
154 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,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-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.
162 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,575 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,613 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 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,562 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 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,685 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 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