Skip to content
#

partial-dependence-plot

Here are 20 public repositories matching this topic...

This project contains the data, code and results used in the paper title "On the relationship of novelty and value in digitalization patents: A machine learning approach".

  • Updated Jul 13, 2022
  • Python

Individual Conditional Expectation (ICE) plots display one line per instance that shows how the instance's prediction changes when a feature changes. The Partial Dependence Plot (PDP) for the average effect of a feature is a global method because it does not focus on specific instances, but on an overall average.

  • Updated Nov 18, 2022
  • Jupyter Notebook

Trained a classifier by using labeled data and oversampling and undersampling techniques to predict if a borrower will default on a loan. The model is intended to be used as a reference tool to help investors make informed decisions about lending to potential borrowers based on their ability to repay. The purpose is to lower risk & maximize profit.

  • Updated Jul 18, 2023
  • Jupyter Notebook

The goal of SHAP is to explain the prediction of an instance x by computing the contribution of each feature to the prediction. The SHAP explanation method computes Shapley values from coalitional game theory. The feature values of a data instance act as players in a coalition.

  • Updated Dec 3, 2022
  • Jupyter Notebook

This project aims to study the influence factors of international students' mobility with the case of international students from B&R countries studying in China.

  • Updated Mar 1, 2024
  • HTML

In this project, I have utilized survival analysis models to see how the likelihood of the customer churn changes over time and to calculate customer LTV. I have also implemented the Random Forest model to predict if a customer is going to churn and deployed a model using the flask web app.

  • Updated Sep 30, 2022
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the partial-dependence-plot topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the partial-dependence-plot topic, visit your repo's landing page and select "manage topics."

Learn more