Github user chezou commented on a diff in the pull request:
https://github.com/apache/incubator-hivemall/pull/162#discussion_r214876634
--- Diff: docs/gitbook/tips/hadoop_tuning.md ---
@@ -75,13 +75,13 @@ feature_dimensions (2^24 by the default) * 4 bytes
(float) * 2 (iff covariance i
```
> 2^24 * 4 bytes * 2 * 1.2 â 161MB
-When
[SpaceEfficientDenseModel](https://github.com/apache/incubator-hivemall/blob/master/src/main/java/hivemall/io/SpaceEfficientDenseModel.java)
is used, the formula changes as follows:
+When
[SpaceEfficientDenseModel](https://github.com/myui/hivemall/blob/master/src/main/java/hivemall/io/SpaceEfficientDenseModel.java)
is used, the formula changes as follows:
--- End diff --
OK, fixed github.com/myui as much as I can.
https://github.com/apache/incubator-hivemall/pull/162/commits/774f75e8daa83ccd6295be903f08877dcd0c8f52
---