Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Quantile Regression using fast forest regressor #500

@hschap

Description

@hschap

The nimbusml documentation says it's a quantile regression forest implementation, but I don't see where to input different quantiles for training or prediction and I don't see a quantiles arg in the prediction fn: https://docs.microsoft.com/en-us/python/api/nimbusml/nimbusml.ensemble.fastforestregressor?view=nimbusml-py-latest

I've used scikit-garden implementation of quantile regression forest before which includes a quantiles= arg in the predict fn: https://github.com/scikit-garden/scikit-garden/blob/master/skgarden/quantile/ensemble.py#L103

Are quantile predictions possible using nimbusml fast forest regressor or any other regression model type?

Thanks for your help!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions