|
|
|
|
|
by randomvectors
2548 days ago
|
|
> You mean like keras? or tensorflow? Or base random forest. You know, like the original Breiman implementation. > ... > Since we're moving some big applications to keras/ TF we do use python and will be using more in the future. Not sure if I misunderstood, or you're contradicting yourself there. > R is far superior in its the quality of the packages, their documentation, their ability to behave predictably on a given data type. I not only disagree but I think that the exact opposite is true for each one of these points. But if things are working well in our shop, I'm not going to try to convince you otherwise. |
|
> I not only disagree but I think that the exact opposite is true for each one of these points. But if things are working well in our shop, I'm not going to try to convince you otherwise.
I partially agree with you here. I'm extremely careful about what non-standard packages I use in R. Code quality varies wildly outside of these, likewise for documentation. But outside of neural networks, I've never found a package in Python that I felt better about in terms of code quality or documentation than its equivalent in R.