https://github.com/srking501/futurelearn_mooc
A summative coursework for CSC8631 Data Management and Exploratory Data Analysis
https://github.com/srking501/futurelearn_mooc
crisp-dm data-mining data-preprocessing data-science data-visualization deployment eda exploratory-data-analysis
Last synced: about 1 year ago
JSON representation
A summative coursework for CSC8631 Data Management and Exploratory Data Analysis
- Host: GitHub
- URL: https://github.com/srking501/futurelearn_mooc
- Owner: Srking501
- Created: 2023-11-01T16:55:50.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-18T14:39:40.000Z (over 2 years ago)
- Last Synced: 2025-01-28T21:45:25.064Z (over 1 year ago)
- Topics: crisp-dm, data-mining, data-preprocessing, data-science, data-visualization, deployment, eda, exploratory-data-analysis
- Language: HTML
- Homepage:
- Size: 33.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MANUAL FOR THE CSC8631
## How to run the code
What you only need to do is to have the library `ProjectTemplate` loaded and
then run the project by using the function `load.project()`:
```r
library(ProjectTemplate)
load.project()
```
Otherwise if it does not work, first install the package `ProjectTemplate`:
```r
install.packages(ProjectTemplate)
library(ProjectTemplate)
load.project()
```
## Location of the Report, Reflection and Git Log
You can find the report and reflection under this directory:
```
reports/csc8631_report.pdf
reports/csc8631_reflection.pdf
```
Whereas the git log, you can find it under this directory:
```
logs/git_log.txt
```
## Thanks from
> Abdullah Alshadadi
>
> Msc Data Science (with AI)
>
> 190582184