Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Sklearn の RandomForestRegressor を使用する場合、どのように回帰の残差を取得しますか? これらの残差をプロットして線形性を確認したいと思います。
インターフェースを非常にシンプルに保ちたいので、そのための機能はありません。あなたはただすることができます
y - rf.predict(X)