-
**System Information (please complete the following information):**
- OS & Version: Docker linux
- ML.NET Version: latest
- .NET Version: 8.0
**Describe the bug**
Hi all,
I'm currently ha…
-
**System Information (please complete the following information):**
- Model Builder or CLI Version:
- Visual Studio Version (if applicable):
**Describe the bug**
- On which page of the tutorial di…
-
**Is your feature request related to a problem? Please describe.**
Why is ML.NET significantly worse than YOLOv4(AlexeyAB) in accuracy?
Is the ability of the AutoFormer algorithm used by ML.NET to d…
-
Related to dotnet/machinelearning-modelbuilder#2193
-
**System Information:**
- CLI Version: ubuntu 22.04 linux
**Describe the bug**
- first installation
**To Reproduce**
Steps to reproduce the behavior:
run below command on cli in linux
do…
-
This issue is reported by https://developercommunity.visualstudio.com/user/25004 and moved from https://developercommunity.visualstudio.com/t/SystemExecutionEngineException-creating/10794175
Hi dev…
-
// 1. Initalize ML.NET environment
MLContext mlContext = new MLContext();
// 2. Load training data
IDataView trainData = mlContext.Data.LoadFromTextFile("taxi-fare-train.csv", separatorChar:',');…
-
**System Information (please complete the following information):**
- OS & Version: [e.g. Windows 10] Windows 11
- ML.NET Version: [e.g. ML.NET v1.5.5] 3.0.1
- .NET Version: [e.g. .NET 5.0] .Net…
-
1. The current version of the ML.net CLI tool does not support GPU acceleration, which limits its performance and efficiency when working with large and complex datasets. This is a significant issue, …
-
ML.NET을 사용하여 시계열 예측을 수행하려면 주어진 데이터를 적절한 형식으로 변환하고, 모델을 정의하고 학습시키는 과정을 거쳐야 합니다. 아래는 시계열 예측을 위한 코드 작성 절차를 설명한 예시입니다.
1. NuGet 패키지 설치:
ML.NET을 사용하기 위해 프로젝트에 필요한 NuGet 패키지를 설치해야 합니다. Visual Studio의…