Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 969 Bytes

README.md

File metadata and controls

33 lines (27 loc) · 969 Bytes

CSCI Project 1

Ayush Kumar, Faisal Hoissain, and Brandon Amirouche

PROJECT1\SRC
└───main
    └───scala
        ├───helper
        │       Helper.scala - Ayush Kumar
        │
        └───regression
                AutoMpg.scala - Brandon Amirouche 
                Concrete.scala - Faisal Hoissain
                GasEmissions.scala - Ayush Kumar 
                SeoulBike.scala - Bradon Amirouche 
                Wine.scala - Ayush Kumar & Faisal Hoissain

PROJECT1\R

   AirQuality.R - Faisal Hoissain
   auto-mpg.R - Brandon Amirouche
   Concrete.R - Faisal Hoissain
   GasEmissions.R - Ayush Kumar
   regression_utils.R - Ayush Kumar
   SeoulBike.R - Brandon Amirouche
   Wine.R - Ayush Kumar

R Code can be run in RStudio provided all dependencies for each file have been installed. Scala code can be run by using sbt shell in the Project1 Folder. All plots generated by the code are in the plots folder.