General Model

class src.model.model.Model[source]
abstract predict_tile(new_tile)[source]

Implementation of this method should take in a tile through argument new_tile and return a prediction using the model

Parameters

new_tile – input tile

Returns

prediction