Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 976 Bytes

ReadMe.md

File metadata and controls

20 lines (13 loc) · 976 Bytes

Basic Learning Algorithms Homework 1

Naive Bayes and KNN Classifier Algorithms

Build Status Build Status

Requirements

  • This project runs on .net7 technology. So your environment must have .net7 SDK and .net7 Runtime for running project properly. For not using external libraries, xlsx formatted data reformatted to csv format.

How To Run

  • You can use Visual Studio for running project. Or you can run project with dotnet-CLI commands using the command mentioned below.
dotnet run --project ConsoleApp/ConsoleApp.csproj