You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Create OpenMLBase, have OpenMLFlow derive from it.
* Derive ID and entity_letter based on class type.
* Add #433 open_in_browser.
* Use OpenMLBase in Dataset, Run, Task.
* Use OpenMLBase for Study
* Update tag functions to take into account entity type.
* Quote OpenMLBase typing as it is only imported for type checking.
* Remove _repr_pretty_ as the default __repr__ prints pretty in a notebook anyway.
* Move _to_xml to base
* Fix bug, actually check for instance type to determine entity.
* Provide list to task type description in task __repr__
* Move fetching id to derived classes.
* Share base_url logic. Fix mypy warnings.
* Make child classes responsible for making sure _entity_letter is correct.
* Docstring and type hint changes.
* PEP8
* PEP8
* Fix mypy issues
* Fix CI mypy issues.
* Dont use Py3.6 syntax
* Fix CI mypy issue
To allow code like
run.print_url()
orrun.open_in_browser()
.The text was updated successfully, but these errors were encountered: