Skip to content

A repository containing a collection of Jupyter notebooks for predictive analysis and visualization of multiple datasets. This project aims to implement multiple ML algorithms and provide prediction results.

Notifications You must be signed in to change notification settings

Rishabhvrm/predictive-analytics

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Predictive Analytics

Predictive analytics is the use of data, statistical algorithms and machine learning techniques to identify the likelihood of future outcomes based on historical data. The goal is to go beyond knowing what has happened to providing a best assessment of what will happen in the future.

The predictive analytics pipeline includes the following steps at a high level.

  1. Define objective
  2. Obtain data
  3. Explore and visualize data
  4. Preprocess data (clean, scale, etc.)
  5. Select models/algorithms to use and implement
  6. Evaluate the performance of models and select best one
  7. Deploy model

The repository aims to perform predictive analytics on real-world datasets from multiple sources using a combination of supervised and unsupervised models.

About

A repository containing a collection of Jupyter notebooks for predictive analysis and visualization of multiple datasets. This project aims to implement multiple ML algorithms and provide prediction results.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%