Introduction and basetable structure

Introduction to Predictive Analytics in Python

Nele Verbiest, Ph.D

Data Scientist @PythonPredictions

Predictive analytics in fundraising

Address all donors

Address donors most likely to donate

Introduction to Predictive Analytics in Python

The analytical basetable

test|10%

import pandas as pd
basetable = pd.DataFrame("import_basetable.csv")

population_size = len(basetable)
targets = sum(basetable["Target"])
Introduction to Predictive Analytics in Python

The timeline

Introduction to Predictive Analytics in Python

Let's practice!

Introduction to Predictive Analytics in Python

Preparing Video For Download...