article thumbnail

A Beginner’s Guide to Structuring Data Science Project’s Workflow

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction Asides from dedication to discovery and exploration, to succeed in a Data Science project, you must understand the process and optimize it to ensure that the results are reliable and the project is easy to follow, maintain and modify where necessary.

article thumbnail

Global Model Interpretability Techniques for Black Box Models

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction There is no mathematical equation for model interpretability. The post Global Model Interpretability Techniques for Black Box Models appeared first on Analytics Vidhya. ‘Interpretability is the.

Modeling 337
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

Polish Up your ML model!

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction Image 1 In this article, we will be discussing various ways through which we can polish up or fine-tune our machine learning model. The post Polish Up your ML model! The post Polish Up your ML model!

Modeling 365
article thumbnail

Model Risk Management And the Role of Explainable Models(With Python Code)

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. The post Model Risk Management And the Role of Explainable Models(With Python Code) appeared first on Analytics Vidhya. Photo by h heyerlein on Unsplash Introduction Similar to rule-based mathematical.

article thumbnail

Introduction to Linear Predictive Models – Part 2

Analytics Vidhya

ArticleVideo Book This article was published as a part of the Data Science Blogathon Welcome readers to Part 2 of the Linear predictive model series. The post Introduction to Linear Predictive Models – Part 2 appeared first on Analytics Vidhya.

article thumbnail

Building an end-to-end Polynomial Regression Model in R

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Regression analysis is used to solve problems of prediction based on data statistical parameters. In this article, we will look at the use of a polynomial regression model on a simple example using real statistic data.

Modeling 400
article thumbnail

Machine Learning Model Deployment using Django

Analytics Vidhya

ArticleVideos This article was published as a part of the Data Science Blogathon. The post Machine Learning Model Deployment using Django appeared first on Analytics Vidhya. Pre-requisites Understanding of Machine Learning using Python (sklearn) Basics of Django.