Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/persteenolsen/dotnet-8-global-temperature-ml

.NET 8 and ML.NET - Machine Learning to predict global temperature
https://github.com/persteenolsen/dotnet-8-global-temperature-ml

Last synced: about 2 months ago
JSON representation

.NET 8 and ML.NET - Machine Learning to predict global temperature

Awesome Lists containing this project

README

        

Machine Learning to predict global temperature

Last Updated: 20-11-2024

- Predict the global temperature using ML.NET
- .NET 8 Console App
- This is a console application using Microsofts Machine Learning framework ML.NET to predict the global temperatures
- Singular Spectrum Analysis (SSA) model for univariate time-series forecasting
- Using the method "ForecastBySsa" of the class "TimeSeriesCatalog" for training the Model
- Visual Studio Code as IDE

Start the App inside VS Code

- Set the Folder GlobalTemperatureML in focus Run - Start Debug

Start the App by outside VS Code:

- Open a command promt in the Folder GlobalTemperatureML and type: dotnet run globaltemperatureml.csproj