├── .github └── ISSUE_TEMPLATE │ └── custom.md ├── .gitignore ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── HRAnalytics.ipynb ├── LICENSE ├── README.md ├── hranalytics.py ├── pull_request_template.md ├── sample_submission_M0L0uXE.csv ├── test_2umaH9m.csv └── train_LZdllcl.csv /.github/ISSUE_TEMPLATE/custom.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sharmaroshan/HR-Analytics/HEAD/.github/ISSUE_TEMPLATE/custom.md -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sharmaroshan/HR-Analytics/HEAD/.gitignore -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sharmaroshan/HR-Analytics/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sharmaroshan/HR-Analytics/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /HRAnalytics.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sharmaroshan/HR-Analytics/HEAD/HRAnalytics.ipynb -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sharmaroshan/HR-Analytics/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sharmaroshan/HR-Analytics/HEAD/README.md -------------------------------------------------------------------------------- /hranalytics.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sharmaroshan/HR-Analytics/HEAD/hranalytics.py -------------------------------------------------------------------------------- /pull_request_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sharmaroshan/HR-Analytics/HEAD/pull_request_template.md -------------------------------------------------------------------------------- /sample_submission_M0L0uXE.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sharmaroshan/HR-Analytics/HEAD/sample_submission_M0L0uXE.csv -------------------------------------------------------------------------------- /test_2umaH9m.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sharmaroshan/HR-Analytics/HEAD/test_2umaH9m.csv -------------------------------------------------------------------------------- /train_LZdllcl.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sharmaroshan/HR-Analytics/HEAD/train_LZdllcl.csv --------------------------------------------------------------------------------