How to set max ppsize in R?

前端 未结 4 486
后悔当初
后悔当初 2020-12-08 23:10

I am experiencing an error in R that says:

> Error: protect(): protection stack overflow

I have learned through googling that I need to

4条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-09 00:10

    I found a similar problem and that the actual issue was related to expansion of formulas into a model matrix. If you can get the data into that format without using formulas and then use the overload in the svm command (like many other models) that takes an X and y value instead, your probably may go away like mine did.

提交回复
热议问题