How to develop a custom experiment tracker
BaseExperimentTracker
class and implement the abstract methods.BaseExperimentTrackerConfig
class add your configuration parameters.BaseExperimentTrackerFlavor
class.Config
object are inherently pydantic
objects, you can also add your own custom validators here.CustomExperimentTrackerFlavor
and the CustomExperimentTrackerConfig
are implemented in a different module/path than the actual CustomExperimentTracker
).