featurebyte.Catalog.list_treatments¶ list_treatments( include_id: Optional[bool]=True ) -> DataFrame Description¶ Returns a DataFrame that contains various attributes of the registered treatments in the catalog Parameters¶ include_id: Optional[bool] default: True Whether to include id in the list. Returns¶ DataFrame Dataframe of treatments Examples¶ >>> treatments = catalog.list_treatments()