Skip to content

254716275730: Data Internship Code Challenge May 2018 submission #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions Codes/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
### TASK 1

Recursive function

### TASK 2:

- Step 1: Define your questions. Design your questions to qualify solutions to your specific problem
- Step 2: Decide what to measure and how
- Step 3: Collect data once you've decided what type of data you need
- Step 4: Clean the data collected to correct spelling mistakes and weed out noise from the data
- Step 5: Analyze the data collected, summarize the data and display them
- Step 6: Interpret the results. Test the hypothesis to either reject it or fail to reject it

### TASK 3:

K-means clustering partions n observations to k distinct clusters where an observation is placed to a group with the nearest mean.

### TASK 4:

0.