From 4e45af4cf0ac770770ad63afef9bec059a057c92 Mon Sep 17 00:00:00 2001 From: marc <78002988+novak-99@users.noreply.github.com> Date: Thu, 27 May 2021 22:47:08 -0700 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 4966c1f..f4c911b 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,13 @@ Machine learning is a vast and exiciting discipline, garnering attention from sp width = 600 height = 400>

+## Usage +Begin by including the respective header file of your choice. +```cpp +#include "MLPP/LinReg/LinReg.hpp" +``` + + ## Contents of the Library 1. ***Regression*** 1. Linear Regression