|
|
|
|
|
by larrydag
3024 days ago
|
|
I'm a statistician by trade so I mostly do prototype work. As far as building models my key workflow is using a R and Rstudio. The biggest issue is data management. I suggest a good API or wrapper for a data source that has all of the ETL already done for the most part. R connects very well to most database systems. RStudio makes development easier with connectivity to GitHub or other popular version control systems. As far as putting into production I'm not as familiar. Yet I hear that a good Python workflow would probably work best. |
|