├── .github └── ISSUE_TEMPLATE │ └── custom.md ├── .gitignore ├── Black Friday.R ├── BlackFriday.csv ├── BlackFriday.ipynb ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE ├── README.md └── pull_request_template.md /.github/ISSUE_TEMPLATE/custom.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sharmaroshan/Black-Friday-Regression-Analysis/HEAD/.github/ISSUE_TEMPLATE/custom.md -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sharmaroshan/Black-Friday-Regression-Analysis/HEAD/.gitignore -------------------------------------------------------------------------------- /Black Friday.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sharmaroshan/Black-Friday-Regression-Analysis/HEAD/Black Friday.R -------------------------------------------------------------------------------- /BlackFriday.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sharmaroshan/Black-Friday-Regression-Analysis/HEAD/BlackFriday.csv -------------------------------------------------------------------------------- /BlackFriday.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sharmaroshan/Black-Friday-Regression-Analysis/HEAD/BlackFriday.ipynb -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sharmaroshan/Black-Friday-Regression-Analysis/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sharmaroshan/Black-Friday-Regression-Analysis/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sharmaroshan/Black-Friday-Regression-Analysis/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sharmaroshan/Black-Friday-Regression-Analysis/HEAD/README.md -------------------------------------------------------------------------------- /pull_request_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sharmaroshan/Black-Friday-Regression-Analysis/HEAD/pull_request_template.md --------------------------------------------------------------------------------