History¶
- class History¶
Bases:
object
Methods
Attributes
The history.
The number of sample in the initial training data.
- __init__(
- data_list: DataList,
- elapsed_time: list[float] | None = None,
- is_de_duplication: list[bool] | None = None,
- custom_objective: list[float] | None = None,
- num_initial_data: int | None = None,
- __dict__ = mappingproxy({'__module__': 'amplify_bbopt.history', '__init__': <function History.__init__>, 'num_initial_data': <property object>, 'history_df': <property object>, '__dict__': <attribute '__dict__' of 'History' objects>, '__weakref__': <attribute '__weakref__' of 'History' objects>, '__doc__': None, '__annotations__': {}})¶
- __weakref__¶
list of weak references to the object (if defined)
- property history_df: DataFrame¶
The history.