An open API service indexing awesome lists of open source software.

https://github.com/ericbf/machine-learning-project


https://github.com/ericbf/machine-learning-project

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Eric Ferreira's Project

### Tested Platforms

* `macOS`
* `Linux`

### Environment Developed On

* Machine: `MacBook Pro (Retina, 15-inch, Early 2013)`
* Processor: `2.7 GHz Intel Core i7`
* Memory: `16 GB 1600 MHz DDR3`
* Operating System: `macOS High Sierra (Version 10.13.2 Beta (17C60c))`
* `Swift` version: `4.0.2 (swiftlang-900.0.69.2 clang-900.0.38)`
* `Swift` target: `x86_64-apple-macosx10.9`
* `R` version: `3.4.2 (2017-09-28) -- "Short Summer"`
* `R` platform: `x86_64-apple-darwin17.0.0 (64-bit)`

### Steps to Run

##### Install Dependencies

* [`Swift`](https://swift.org)
* [`R`](https://www.r-project.org)

##### Install R packages

* [`randomForest`](https://cran.r-project.org/web/packages/randomForest/)
* [`Hmisc`](https://cran.r-project.org/web/packages/Hmisc/)

#### Running the Project

1. Open a terminal in the `Source Code` directory in the project folder.
1. You may need to give executable permissions to the `Rscript-proxy.sh` file. Do this by running `chmod 755 Rscript-proxy.sh`.
1. Run `swift run` to build and run the project.
1. Follow the prompts in the terminal window.