Thursday 12 September 2019

Data Science Process or Lifecycle




These are the following process given below

1.Discovery:

Discovery step involves acquiring data from all the identified internal & external sources which helps you to answer the business question.
The data can be:
  • Logs from webservers
  • Data gathered from social media
  • Census datasets
  • Data streamed from online sources using APIs

2.Data Preparation:

 Data preparation is also known as Data Munging. In this phase, we need to perform the following tasks:
  • Data cleaning
  • Data Reduction
  • Data integration
  • Data transformation,

3.Model Planning:

In this stage, you need to determine the method and technique to draw the relation between input variables. Planning for a model is performed by using different statistical formulas and visualization tools. SQL analysis services, R, and SAS/access are some of the tools used for this purpose.

4. Model Building:

In this step, the actual model building process starts. Here, Data scientist distributes datasets for training and testing. Techniques like association, classification, and clustering are applied to the training data set. The model once prepared is tested against the "testing" dataset.
Following are some common Model building tools:
  • SAS Enterprise Miner
  • WEKA
  • SPCS Modeler
  • MATLAB

5. Operationalize:

In this phase, we will deliver the final reports of the project, along with briefings, code, and technical documents. This phase provides you a clear overview of complete project performance and other components on a small scale before the full deployment.

6. Communicate Results

 In this phase, we will check if we reach the goal, which we have set on the initial phase. We will communicate the findings and final result with the business team.

8 comments:

  1. Amazing knowledge and I like to share this kind of information with my friends and hope they like it they why I dodata science bootcamp malaysia

    ReplyDelete
  2. First You got a great blog .I will be interested in more similar topics. i see you got really very useful topics, i will be always checking your blog thanks.data science course in delhi

    ReplyDelete
  3. I was surfing net and fortunately came across this site and found very interesting stuff here. Its really fun to read. I enjoyed a lot. Thanks for sharing this wonderful information.data science course in malaysia

    ReplyDelete
  4. Stunning! Such an astonishing and supportive post this is. I incredibly love it. It's so acceptable thus wonderful. I am simply astounded.
    data science course noida

    ReplyDelete
  5. I looked at some very important and to maintain the length of the strength you are looking for on your website
    masters in artificial intelligence

    ReplyDelete
  6. Really Nice Information It's Very Helpful All courses Checkout Here.
    artificial intelligence course

    ReplyDelete
  7. You don't realize how quickly technology is changing. Data science is highly technical and is therefore in high demand. A career in data science will open up many lucrative job opportunities. So, if you have been wanting to start your career in Data Science, now is the best time to enroll in a data science program with one of the best data science training institute in noida.

    ReplyDelete

apply function in R

1) apply function: It takes 3 arguments matrix,margin and function.. Example: m<-matrix(c(1,2,3,4),nrow=2,ncol=2) m #1 indicates it is ap...