sklearn:随机森林分类器

时间:2018-04-24 11:12:02

标签: machine-learning scikit-learn random-forest

我能够为Random Forest分类器中的每一行获取单独的预测值。

有没有办法获得每一行的预测分数?

我能够获得整个数据的预测准确度分数。但我每行都需要它。

1 个答案:

答案 0 :(得分:0)

只需比较数组就可以轻松完成。无需一行一行地进行。

export interface ResponseModel {
    statusCode: number;
    other: string;
    thing: string;
}

this.http.post<ResponseModel>(url, loginModel).subscribe(result => {
      // Where you can consume result as ResponseModel type.
});

False表示在这种情况下预测是错误的。