We should change the domain adaptation Classes to be more sklearn compliant. Main issues: - Use CamelCase for classes - Use __init__ for setting parameters and instead of fit. @agramfort proposed to Creat new Clases with proper names and begin deprecating the old classes. I think it is a good move.