KomodoML¶ A unified ML toolkit for models, metrics, plotting, and interpretability. Modules¶ komodoml.base BaseModel BaseModel.fit() BaseModel.predict() BaseModel.score() Wrapper komodoml.models DecisionTreeClf DecisionTreeClf.model DecisionTreeReg DecisionTreeReg.model komodoml.resampling BootstrapFit BootstrapFit.fit() KFoldFit KFoldFit.fit() LeaveOneOutFit LeaveOneOutFit.fit() ResamplingStrategy ResamplingStrategy.fit() StratifiedKFoldFit StratifiedKFoldFit.fit()