- SQL Server 2017 Machine Learning Services with R
- Toma? Ka?trun Julie Koesmarno
- 159字
- 2021-06-24 19:03:45
Memory limitations
R is memory bound. This literally means that the dataset must fit into the client's RAM. From the previous example, if someone is going to run a simple algebraic operation, some matrix computation, or any kind of distance-based algorithm (that is heavy on computation), the R system would be limited to what would fit into the RAM. No spill to disk or any kind of temporary object is available, unless the user loads a package that allows otherwise.
Again, Microsoft has a solution with the RevoScaleR package that covers this limitation. With the introduction of the eXternal Data Frame (XDF) format, the package is able to store any size of the dataset (there is no recorder upper limit) in this format that is persisted on the disk, with conversion from a binary, blob, CSV, or any other format to XDF format. This limitation is made possible in Microsoft Machine Learning R Server or Machine Learning R Services.
- Mastering Mesos
- 數控銑削(加工中心)編程與加工
- Zabbix Network Monitoring(Second Edition)
- 數據庫原理與應用技術
- 網絡化分布式系統預測控制
- 項目管理成功利器Project 2007全程解析
- Grome Terrain Modeling with Ogre3D,UDK,and Unity3D
- Photoshop CS5圖像處理入門、進階與提高
- Hands-On Business Intelligence with Qlik Sense
- 30天學通Java Web項目案例開發
- 傳感器原理及實用技術
- MySQL Management and Administration with Navicat
- 中小型網站建設與管理
- 特征工程入門與實踐
- Building Impressive Presentations with Impress.js