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.
ランダムフォレストのために、Rでいくつかの部分依存関係プロットをプロットしています。pdp パッケージを使用していますが、z 変数の制限の仕様に反応しません。コード:
pd <- partial(RF, pred.var= c ( "SOC", "Q")) plotPartial(pd, zlim=c(1000,3000))
私も試しました:zlim(c(1000,3000)、およびzmaxとminなど