You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many objects which extend BaseModel take a keyword eps= to signify the numerical precision of the model. I think this should be codified as a constructor argument for the BaseModel class which sets the self.eps attribute. This would make the concept consistent across the API. Classes should be refactored as needed to support this parameter.
The text was updated successfully, but these errors were encountered:
Many objects which extend
BaseModel
take a keywordeps=
to signify the numerical precision of the model. I think this should be codified as a constructor argument for theBaseModel
class which sets theself.eps
attribute. This would make the concept consistent across the API. Classes should be refactored as needed to support this parameter.The text was updated successfully, but these errors were encountered: