Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/konaraddi/cmsc320-final
A tutorial on gleaning rich insights from the Pokédex
https://github.com/konaraddi/cmsc320-final
class-project machine-learning pokemon tutorial
Last synced: 25 days ago
JSON representation
A tutorial on gleaning rich insights from the Pokédex
- Host: GitHub
- URL: https://github.com/konaraddi/cmsc320-final
- Owner: konaraddi
- Created: 2019-05-05T00:59:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-22T14:05:18.000Z (over 5 years ago)
- Last Synced: 2024-10-29T20:23:06.187Z (2 months ago)
- Topics: class-project, machine-learning, pokemon, tutorial
- Language: R
- Homepage: https://konaraddi.github.io/cmsc320-final/
- Size: 934 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cmsc320-final
CMSC320 Final Project Submission
## Getting Started
Requirements: R and RStudio
To run individual `.Rmd` files, you'll first need to run the `scraping.Rmd` file since it prepares variables that you'll need in your global environment to run the other files
## Building the HTML report
Include all necessary `.Rmd` files in the `index.Rmd` file (look at the file to see how it's done). Build the report by copying and pasting the following command in the Console of RStudio
```r
rmarkdown::render('index.Rmd')
```You may need to the set the working directory to the project folder for this to work
## Authors
Dinakar Chappa, Prashant Krishnan, Omkar Konaraddi