Skip to content

Support material for my OSDC London 2016 talk on Dataset Shift in Machine Learning

License

Notifications You must be signed in to change notification settings

pprett/dataset-shift-osdc16

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dataset Shift in Machine Learning

Supporting material for my OSDC London'16 talk on Dataset Shift in Machine Learning

Checkerboard

Interactive plot to illustrate the phenomenon of covariate shift. That is, p(x,y) differs from training to testing phase. The interactive plot allows you to specify p(x) via a probability tabels while p(y|x) remains fixed. You can see that underspecified discriminative models are not immune to covariate shift.

Use the bokeh serve command to run the interactive plot:

bokeh serve checkerboard/bokeh_checkerboard.py

at your command prompt. Then navigate to the URL

http://localhost:5006/bokeh_checkerboard

in your browser .

About

Support material for my OSDC London 2016 talk on Dataset Shift in Machine Learning

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published