Skip to content

Rackio Ensemble

class rackio_AI.RackioEnsemble(*args, **kwargs)

Documentation here

compile(self, optimizer=, loss='mse', metrics=, loss_weights=None, weighted_metrics=None, run_eagerly=None, steps_per_execution=None, **kwargs)

Documentation here

fit(self, x=None, y=None, validation_data=None, epochs=3, callbacks=[], plot=False, data_section='validation', **kwargs)

Documentation here

predict(self, x, **kwargs)

Documentation here

evaluate(self, x=None, y=None, plot_prediction=False, **kwargs)

Documentation here