Hyperopts¶
- class getml.project.Hyperopts(data=None)[source]¶
Container which holds all hyperopts associated with the currently running project. The container supports slicing and is sort- and filterable.
Methods
filter
(conditional)Filters the hyperopts container.
sort
(key[, descending])Sorts the hyperopts container.