eHarmony / aloha

A scala-based feature generation and modeling framework
http://eharmony.github.io/aloha
MIT License
60 stars 12 forks source link

Add support for action dependent contextual bandit models #105

Open sahil-goyal opened 8 years ago

sahil-goyal commented 8 years ago

Currently, there is support for contextual bandit models in Aloha which necessitates the set of actions to be constant. This ticket is to add support for contextual bandit models with action dependent features, which can support dynamic action sets.

deaktator commented 8 years ago

Added support for parsing strings to produce scala.reflect.Manifest / com.eharmony.aloha.reflect.RefInfo in the com.eharmony.aloha.reflect.RefInfo companion object.