Introduction and basetable structure

Introductie tot Predictive Analytics in Python

Nele Verbiest, Ph.D

Data Scientist @PythonPredictions

Predictive analytics in fundraising

Address all donors

Address donors most likely to donate

Introductie tot 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"])
Introductie tot Predictive Analytics in Python

The timeline

Introductie tot Predictive Analytics in Python

Let's practice!

Introductie tot Predictive Analytics in Python

Preparing Video For Download...