Fits ensemble regression models for maximum predictive accuracy. Random Forest for variance reduction and robustness, Gradient Boosting for highest performance. Returns predictions and feature importances.
API key for authentication. Get your key at https://finceptbackend.share.zrok.io/auth/register
Feature matrix
[
[1.2, 0.5, 3.1],
[2.1, 1.3, 2.5],
[0.8, 0.9, 4.2]
]Continuous target values
[150000, 235000, 185000]Ensemble method
random_forest, gradient_boosting "gradient_boosting"
Number of trees
100
Maximum tree depth
5
Optional feature matrix for prediction
[[1.5, 0.7, 3.3]]