Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use isinstance instead of obj.__bases__
This is a small change but will enable much easier extending of auto-sklearn algorithms, since without this change, all classes are expected to directly inherit from AutoSklearn base calsses, and do not allow additional layers of inheritance.
- Loading branch information