- 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 Matplotlib 2.x
- 大數(shù)據(jù)時代的數(shù)據(jù)挖掘
- Visual C++編程全能詞典
- 中國戰(zhàn)略性新興產業(yè)研究與發(fā)展:智能制造
- 貫通Java Web開發(fā)三劍客
- SAP Business Intelligence Quick Start Guide
- 電腦上網(wǎng)輕松入門
- 格蠹匯編
- 奇點將至
- 基于敏捷開發(fā)的數(shù)據(jù)結構研究
- 在實戰(zhàn)中成長:C++開發(fā)之路
- 空間機器人智能感知技術
- 計算機硬件技術基礎學習指導與練習
- PostgreSQL 10 High Performance
- Learning iOS 8 for Enterprise