Credit card default risk is the chance that companies or Individuals will not be able to return the money lent on time.
Task
You are given relevant information about the customers of a company.
You are required to build a machine learning model that can predict if there will be credit card default.
Dataset description
The dataset folder contains the following files:
• train.csv: 45528 x 19
• test.csv: 1 1383 x 18
• sample_submission.csv: 5 x 2
The columns provided in the dataset are as follows:
https://docs.google.com/document/d/1sBFhLpOjK8dEMvkIuVAgBW6FV6evDLJ1XrVbz_qoJFM/edit?usp=sharing
https://docs.google.com/document/d/1sBFhLpOjK8dEMvkIuVAgBW6FV6evDLJ1XrVbz_qoJFM/edit?usp=sharing
CASE STUDY
Afrihost is running a recruitment campaign for students in the field of computer systems, with a focus on operating systems and programming. Afrihost host many servers for clients, running both Windows and Linux servers. The first recruitment drive is for students with Linux and scripting backgrounds. To be considered for recruitment, students will have to submit their best work. The bash script you need to submit needs to do the following:
a) The script should welcome the user and asks him/her to enter the following details, first name, surname, email address, cell number, marital status, and South African ID number. b) You need to make sure that every field has validation so that no wrong data is entered.
c) Here is a sample of the script output: Hello Mrs. Zuma and Welcome to Afrihost Here is the info you entered: First name: Jane Surname: Zuma Email address: jane-zuma@gamil.com Cell number: 0459871236 Marital status: Married ID number: 5201128001180
Define Uni-gram, bi-grams and N-grams in detail. What are N-grams useful for? Also explain hidden markov model in detail
CASE STUDY
Jabu is from the marketing and advertising department, he will help with any graphics-related tasks; Mantho is from the communication department, she will help with all proof-reading tasks; Chris and Tumi are from the IT department and there will oversee the technical part of the project.
EVALUATION ITEMS
You are required to write a bash script that will accomplish the following when the script runs:
1. The script should prompt you as to how many users need to be created.
2. Then create all the four users before the script exit.
3. When users are added, they should also be added to the secondary group project_x
4. The script should create a shared directory called ProjectX_Share under /var and give all the users read and write permissions to this directory.
5. After all the users are created, the script should create a report and save it to a file named projectX_report_file. The file should contain the following:
a. Username
b. User ID c. Home directory
d. Groups each user belongs to