Merge pull request #376 from myui/gitbook Added a gitbook userguide
Project: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/commit/ef13a62a Tree: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/tree/ef13a62a Diff: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/diff/ef13a62a Branch: refs/heads/master Commit: ef13a62a2eefe8e4b6564eb132b2cdcdf2a8d5ac Parents: d3d7b55 370e2aa Author: Makoto YUI <[email protected]> Authored: Sun Oct 23 04:30:33 2016 +0900 Committer: GitHub <[email protected]> Committed: Sun Oct 23 04:30:33 2016 +0900 ---------------------------------------------------------------------- docs/gitbook/.gitignore | 3 + docs/gitbook/README.md | 22 + docs/gitbook/SUMMARY.md | 129 +++++ docs/gitbook/anomaly/lof.md | 185 ++++++ docs/gitbook/binaryclass/a9a.md | 0 docs/gitbook/binaryclass/a9a_dataset.md | 43 ++ docs/gitbook/binaryclass/a9a_lr.md | 79 +++ docs/gitbook/binaryclass/a9a_minibatch.md | 37 ++ docs/gitbook/binaryclass/kdd2010a.md | 0 docs/gitbook/binaryclass/kdd2010a_dataset.md | 72 +++ docs/gitbook/binaryclass/kdd2010a_scw.md | 185 ++++++ docs/gitbook/binaryclass/kdd2010b.md | 0 docs/gitbook/binaryclass/kdd2010b_arow.md | 51 ++ docs/gitbook/binaryclass/kdd2010b_dataset.md | 59 ++ docs/gitbook/binaryclass/news20.md | 0 docs/gitbook/binaryclass/news20_adagrad.md | 170 ++++++ docs/gitbook/binaryclass/news20_dataset.md | 84 +++ docs/gitbook/binaryclass/news20_pa.md | 243 ++++++++ docs/gitbook/binaryclass/news20_scw.md | 272 +++++++++ docs/gitbook/binaryclass/webspam.md | 0 docs/gitbook/binaryclass/webspam_dataset.md | 76 +++ docs/gitbook/binaryclass/webspam_scw.md | 136 +++++ docs/gitbook/book.json | 64 +++ docs/gitbook/eval/datagen.md | 0 docs/gitbook/eval/lr_datagen.md | 92 +++ docs/gitbook/eval/stat_eval.md | 56 ++ docs/gitbook/ft_engineering/ft_trans.md | 0 docs/gitbook/ft_engineering/hashing.md | 103 ++++ docs/gitbook/ft_engineering/quantify.md | 164 ++++++ docs/gitbook/ft_engineering/scaling.md | 173 ++++++ docs/gitbook/ft_engineering/tfidf.md | 149 +++++ docs/gitbook/ft_engineering/vectorizer.md | 42 ++ docs/gitbook/getting_started/README.md | 1 + docs/gitbook/getting_started/input-format.md | 214 +++++++ docs/gitbook/getting_started/installation.md | 25 + .../getting_started/permanent-functions.md | 42 ++ docs/gitbook/misc/generic_funcs.md | 210 +++++++ docs/gitbook/misc/tokenizer.md | 30 + docs/gitbook/misc/topk.md | 288 ++++++++++ docs/gitbook/multiclass/iris.md | 0 docs/gitbook/multiclass/iris_dataset.md | 203 +++++++ docs/gitbook/multiclass/iris_randomforest.md | 307 ++++++++++ docs/gitbook/multiclass/iris_scw.md | 307 ++++++++++ docs/gitbook/multiclass/news20.md | 0 docs/gitbook/multiclass/news20_dataset.md | 77 +++ docs/gitbook/multiclass/news20_ensemble.md | 180 ++++++ .../multiclass/news20_one-vs-the-rest.md | 330 +++++++++++ .../news20_one-vs-the-rest_dataset.md | 52 ++ docs/gitbook/multiclass/news20_pa.md | 90 +++ docs/gitbook/multiclass/news20_scw.md | 319 +++++++++++ docs/gitbook/pig/.gitkeep | 0 docs/gitbook/recommend/cf.md | 0 docs/gitbook/recommend/item_based_cf.md | 565 +++++++++++++++++++ docs/gitbook/recommend/movielens.md | 0 docs/gitbook/recommend/movielens_cv.md | 63 +++ docs/gitbook/recommend/movielens_dataset.md | 160 ++++++ docs/gitbook/recommend/movielens_fm.md | 249 ++++++++ docs/gitbook/recommend/movielens_mf.md | 137 +++++ docs/gitbook/recommend/news20.md | 0 docs/gitbook/recommend/news20_bbit_minhash.md | 50 ++ docs/gitbook/recommend/news20_jaccard.md | 123 ++++ docs/gitbook/recommend/news20_knn.md | 103 ++++ docs/gitbook/regression/e2006.md | 0 docs/gitbook/regression/e2006_arow.md | 259 +++++++++ docs/gitbook/regression/e2006_dataset.md | 72 +++ docs/gitbook/regression/kddcup12tr2.md | 0 docs/gitbook/regression/kddcup12tr2_adagrad.md | 109 ++++ docs/gitbook/regression/kddcup12tr2_dataset.md | 227 ++++++++ docs/gitbook/regression/kddcup12tr2_lr.md | 141 +++++ .../regression/kddcup12tr2_lr_amplify.md | 103 ++++ .../images/hivemall-logo-color-small.png | Bin 0 -> 33630 bytes docs/gitbook/resources/images/techstack.png | Bin 0 -> 198979 bytes docs/gitbook/spark/.gitkeep | 0 docs/gitbook/tips/README.md | 0 docs/gitbook/tips/addbias.md | 43 ++ docs/gitbook/tips/emr.md | 182 ++++++ docs/gitbook/tips/ensemble_learning.md | 180 ++++++ docs/gitbook/tips/general_tips.md | 0 docs/gitbook/tips/hadoop_tuning.md | 79 +++ docs/gitbook/tips/mixserver.md | 68 +++ docs/gitbook/tips/rand_amplify.md | 103 ++++ docs/gitbook/tips/rowid.md | 31 + docs/gitbook/tips/rt_prediction.md | 234 ++++++++ docs/gitbook/troubleshooting/README.md | 0 docs/gitbook/troubleshooting/asterisk.md | 3 + .../troubleshooting/mapjoin_classcastex.md | 8 + .../troubleshooting/mapjoin_task_error.md | 8 + docs/gitbook/troubleshooting/num_mappers.md | 20 + docs/gitbook/troubleshooting/oom.md | 20 + src/site/site.xml | 6 +- src/site/xdoc/index.xml.vm | 7 +- 91 files changed, 8711 insertions(+), 6 deletions(-) ----------------------------------------------------------------------
