You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemds.apache.org by ba...@apache.org on 2020/09/30 15:14:37 UTC

[systemds] branch master updated (0d1d011 -> da79944)

This is an automated email from the ASF dual-hosted git repository.

baunsgaard pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/systemds.git.


    from 0d1d011  [SYSTEMDS-2667] Update bin.xml, source.xml and README
     add 2cd9efd  [DOCS] Add Algorithms reference from previous docs
     add da79944  [MINOR][DOCS] Algorithms Docs Review Edit

No new revisions were added by this update.

Summary of changes:
 docs/README.md                                     |    3 +-
 ...-of-quartiles-median-and-interquartile-mean.png |  Bin 0 -> 26477 bytes
 docs/img/algorithms-reference/example-tree.png     |  Bin 0 -> 14758 bytes
 docs/index.md                                      |   10 +-
 docs/site/algorithms-bibliography.md               |  122 +++
 docs/site/algorithms-classification.md             |  655 ++++++++++++
 docs/site/algorithms-clustering.md                 |  351 +++++++
 docs/site/algorithms-descriptive-statistics.md     | 1051 ++++++++++++++++++++
 docs/site/algorithms-factorization-machines.md     |  202 ++++
 docs/site/algorithms-matrix-factorization.md       |  208 ++++
 docs/site/algorithms-reference.md                  |   59 ++
 docs/site/algorithms-regression.md                 | 1039 +++++++++++++++++++
 docs/site/algorithms-survival-analysis.md          |  468 +++++++++
 13 files changed, 4161 insertions(+), 7 deletions(-)
 create mode 100644 docs/img/algorithms-reference/computation-of-quartiles-median-and-interquartile-mean.png
 create mode 100644 docs/img/algorithms-reference/example-tree.png
 create mode 100644 docs/site/algorithms-bibliography.md
 create mode 100644 docs/site/algorithms-classification.md
 create mode 100644 docs/site/algorithms-clustering.md
 create mode 100644 docs/site/algorithms-descriptive-statistics.md
 create mode 100644 docs/site/algorithms-factorization-machines.md
 create mode 100644 docs/site/algorithms-matrix-factorization.md
 create mode 100644 docs/site/algorithms-reference.md
 create mode 100644 docs/site/algorithms-regression.md
 create mode 100644 docs/site/algorithms-survival-analysis.md