in Data Science by (31.6k points)
What are the various steps involved in an analytics project?

2 Answers

0 votes
by (23.9k points)

The following are the various steps involved in an analytics project:

1. Understand the Business problem

2. Explore the data and become familiar with it.

3. Prepare the data for modelling by detecting outliers, treating missing values, transforming variables, etc.

4. After data preparation, start running the model, analyze the result and tweak the approach. This is an iterative step until the best possible outcome is achieved.

5. Validate the model using a new data set.

6. Start implementing the model and track the result to analyze the performance of the model over the period of time.

0 votes
by (32.2k points)

Various steps in an analytics project include

  1. Problem definition
  2. Data exploration
  3. Data preparation
  4. Modelling
  5. Validation of data
  6. Implementation and tracking

Related questions

0 votes
asked May 8 in NLP using Python by john ganales (14.0k points)
...