https://github.com/robinlovelace/mlcars
https://github.com/robinlovelace/mlcars
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/robinlovelace/mlcars
- Owner: Robinlovelace
- Created: 2017-02-02T14:57:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-19T15:42:28.000Z (over 7 years ago)
- Last Synced: 2025-02-14T13:24:06.951Z (3 months ago)
- Language: Jupyter Notebook
- Size: 17.7 MB
- Stars: 1
- Watchers: 8
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
Awesome Lists containing this project
README
---
title: "Using Machine Learning and Big Data to Model Car Dependency: an Exploration Using Origin-Destination Data"
output: github_document
bibliography: references.bib
---```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
``````{r, echo=FALSE, eval=curl::has_internet()}
bib = httr::GET("https://www.zotero.org/api/groups/418217/collections/RXVSSSMD/items/top?limit=100&format=bibtex&v=1", httr::write_disk("references.bib", overwrite = T))
```This project explores the potential for emerging methods in Big Data and Machine Learning to be applied to transport modelling, with a focus on car dependency at the origin-destination level.
Installing it, after a recent version of R and the package **devtools** have been installed, should be as simple as typing and then executing the following command:
```{r, eval=FALSE}
devtools::install_github("robinlovelace/mlCars")
```