Skip to content

Implementation of KNN, Linear Regression, Random Forest, and Gaussian Process for the SARCOS data set in python.

Notifications You must be signed in to change notification settings

joe-lynch/regression-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

regression-analysis

Implementation of KNN, Linear Regression, Random Forest, and Gaussian Process for the SARCOS data set in python.

Basic Directory

In the basic directory, there are implementations of basic data science techniques. This consists of 3 files, covering the topics of data exploration, decision trees and linear regression.

Questions are posed and the solutions to these questions are written in the codeblocks.

Project Directory

The project directory consists four juypter notebook files, which implement the regression methods: KNN, Linear Regression, Random Forest, Gaussian Process.

There is also a file analysis.pdf which is an analysis of the various methods on the SARCOS dataset, and on toy problems.

Finally, the SARCOS dataset is included as sarcos_inv.txt, and can be found here.

Releases

No releases published

Packages

No packages published