我對隨機森林中樹的構建有個疑問。 我的樹結構的理解是這樣的: Suppose
-----------
N (total records of data set) =1000
M (total features) =30
n (Subset) = 500
m (fixed features to be used in RF) = 3
First Tree
-----------
1
移動使用標準偏差平均值我想安裝使用RandomForestRegressor因爲我考慮this link import pandas as pd
import math
import matplotlib
import matplotlib.pyplot as plt
import numpy as np
from sklearn.ensemble import RandomForest