All Projects → gregtam → Interpreting Decision Trees And Random Forests

gregtam / Interpreting Decision Trees And Random Forests

Unwrapping decision trees and random forests to make them less of a black box

Projects that are alternatives of or similar to Interpreting Decision Trees And Random Forests

Pyplotz
A light weight wrapper for matplotlib users with Chinese characters supported
Stars: ✭ 55 (-1.79%)
Mutual labels:  jupyter-notebook
Voila Demo
Demo for voila
Stars: ✭ 56 (+0%)
Mutual labels:  jupyter-notebook
Dslt
Deep Regression Tracking with Shrinkage Loss
Stars: ✭ 55 (-1.79%)
Mutual labels:  jupyter-notebook
Timeseriesanalysiswithpython
Stars: ✭ 1,083 (+1833.93%)
Mutual labels:  jupyter-notebook
Julia notebooks
Julia Jupyter/Colab Notebooks
Stars: ✭ 56 (+0%)
Mutual labels:  jupyter-notebook
Text Analytics W Python 2e
Source Code for 'Text Analytics with Python,' 2nd Edition by Dipanjan Sarkar
Stars: ✭ 56 (+0%)
Mutual labels:  jupyter-notebook
Text nn
Text classification models. Used a submodule for other projects.
Stars: ✭ 55 (-1.79%)
Mutual labels:  jupyter-notebook
Endtoend Predictive Modeling Using Python
Stars: ✭ 56 (+0%)
Mutual labels:  jupyter-notebook
Arabic poem generator
Generating Arabic poetry using Markov chains.
Stars: ✭ 55 (-1.79%)
Mutual labels:  jupyter-notebook
Sccaf
Single-Cell Clustering Assessment Framework
Stars: ✭ 56 (+0%)
Mutual labels:  jupyter-notebook
Autoaugment
Unofficial implementation of the ImageNet, CIFAR 10 and SVHN Augmentation Policies learned by AutoAugment using pillow
Stars: ✭ 1,084 (+1835.71%)
Mutual labels:  jupyter-notebook
Paraphrase Generator
A paraphrase generator built using the T5 model which produces paraphrased English sentences.
Stars: ✭ 55 (-1.79%)
Mutual labels:  jupyter-notebook
Rnn Walkthrough
Stars: ✭ 56 (+0%)
Mutual labels:  jupyter-notebook
Darknetpy
darknetpy is a simple binding for darknet's yolo detector
Stars: ✭ 55 (-1.79%)
Mutual labels:  jupyter-notebook
Tensorflow Machine Learning Projects
Stars: ✭ 56 (+0%)
Mutual labels:  jupyter-notebook
Reinforcement Learning
Implementation of Reinforcement Learning algorithms in Python, based on Sutton's & Barto's Book (Ed. 2)
Stars: ✭ 55 (-1.79%)
Mutual labels:  jupyter-notebook
Waveglow Vqvae
WaveGlow vocoder with VQVAE
Stars: ✭ 56 (+0%)
Mutual labels:  jupyter-notebook
Baidu dogs
百度西交第三届大数据比赛Baseline(全国第4名)
Stars: ✭ 56 (+0%)
Mutual labels:  jupyter-notebook
A Week In Wild Ai
360 view on ai/ml/dl applications
Stars: ✭ 56 (+0%)
Mutual labels:  jupyter-notebook
Imagenet
Trial on kaggle imagenet object localization by yolo v3 in google cloud
Stars: ✭ 56 (+0%)
Mutual labels:  jupyter-notebook

interpreting-decision-trees-and-random-forests

In this repository, we explore how to understand decision trees and random forests better. This serves to provide additional interpretation beyond just the feature importances. We do this by using the treeinterpreter package at https://github.com/andosa/treeinterpreter. This package looks at the individual contribution of each feature for a given example.

Links to his blog:

View my blog on this topic here.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].