Skip to main content

RenderingTypePredictor

Stores rendering type for previously crawled URLs and predicts the rendering type for unvisited urls.

Hierarchy

Index

Methods

predict

  • Get RenderingTypePrediction based on the input request.


    Parameters

    • request: Request

      Request instance for which the prediction is made.

    Returns RenderingTypePrediction

store_result

  • store_result(request, rendering_type): None
  • Store prediction results and retrain the model.


    Parameters

    Returns None

Page Options