Introduction and basetable structure

Pengantar Predictive Analytics dengan Python

Nele Verbiest, Ph.D

Data Scientist @PythonPredictions

Predictive analytics in fundraising

Address all donors

Address donors most likely to donate

Pengantar Predictive Analytics dengan Python

The analytical basetable

test|10%

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

population_size = len(basetable)
targets = sum(basetable["Target"])
Pengantar Predictive Analytics dengan Python

The timeline

Pengantar Predictive Analytics dengan Python

Let's practice!

Pengantar Predictive Analytics dengan Python

Preparing Video For Download...