Classes inherited from this class intend to collect attributes within internal processing.
Subclassing Harvestable we gain ability to collect any internal data from the processing which is especially important if an object performs something in loop and discards some intermidiate possibly interesting results (like in case of CrossValidatedTransferError and ca of the trained classifier or TransferError).
Notes
Available conditional attributes:
(Conditional attributes enabled by default suffixed with +)
Initialize state of harvestable
Parameters : | harvest_attribs : list of (str or dict)
copy_attribs : None or str, optional
enable_ca : None or list of str
disable_ca : None or list of str
descr : str
|
---|