Skip to content

simple python version of validation-based Super Learner

Notifications You must be signed in to change notification settings

jucheng1992/pySL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pySL

A simple python version of validation-based Super Learner.

It also offers options to make prediction by other commonly used ensemble methods, like Bayes Optimal Classifier, majority voting, and naive averaging. See more detailed examples in example.ipynb.

The example uses CIFAR10 data and requires installing tflearn package:

pip install git+https://github.com/tflearn/tflearn.git

About

simple python version of validation-based Super Learner

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published