Introduction and basetable structure

Introduzione alla Predictive Analytics in Python

Nele Verbiest, Ph.D

Data Scientist @PythonPredictions

Predictive analytics in fundraising

Address all donors

Address donors most likely to donate

Introduzione alla 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"])
Introduzione alla Predictive Analytics in Python

The timeline

Introduzione alla Predictive Analytics in Python

Let's practice!

Introduzione alla Predictive Analytics in Python

Preparing Video For Download...