This repository contains a simple ML.NET console application on .NET Core that predicts Dublin Residential Property Price Index for a specific date based on historical data.
- Clone the repo:
git clone https://github.com/ersingenel/machinelearning-dotnetcore.git
- Go to
DublinPropertyPricePrediction
folder then typedotnet run
in a terminal window