Skip to content

Rackio Classification

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

Documentation here

compile(self, optimizer=, loss='binary_crossentropy', 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=[], **kwargs)

Documentation here

predict(self, x, **kwargs)

Documentation here

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

Documentation here