DikeBenchmarker.performancemodels package

Submodules

DikeBenchmarker.performancemodels.abstractperformancemodel module

class DikeBenchmarker.performancemodels.abstractperformancemodel.AbstractPerformanceModel[source]

Bases: ABC

A performance model learning from 4 input files (currently, corresponding to the 4 tables in our future database)

abstractmethod predict(x_input)[source]

predicts stuff

abstractmethod train(X, Y)[source]

train the model

DikeBenchmarker.performancemodels.randomforestmodel module

Module contents