Commits on Jun 23, 2017
  1. PUBDEV-4213: Updates to markdown syntax (#1307)

    * PUBDEV-4213: Updates to markdown files - merge to master
    
    Updated the syntax for markdown files.
    
    * minor update
    
    Fixed heading underlining.
    angela0xdata committed on GitHub Jun 23, 2017
Commits on Jun 27, 2016
  1. PUBDEV-3075 - Add documentation for extremely randomized trees in RF

    Added description of histogram_type=random for extremely randomized
    trees in RF. Fix added to R and Python docs. Also added Reference to
    DRF section of User Guide.
    Driveby: In R docs, changed “GBM” to “RF” for the x argument in
    h2o.randomForest function.
    angela0xdata committed Jun 27, 2016
Commits on Jun 22, 2016
  1. PUBDEV-2822: Update missing value handling for DRF and GBM - no longe…

    …r always go right.
    
    Note: The documentation was partially wrong and claimed that NAs would go left.
    arnocandel committed Jun 22, 2016
Commits on Jun 16, 2016
  1. Documentation updates

    PUBDEV-2977 - In DataScienceH2O, added FAQ to Deep Learning section
    about how negative R^2 values can appear. Driveby: Fixed indentation
    issues in several Deep Learning FAQ questions.
    PUBDEV-3015 - Updated FAQ topic. Included info about UDP packet
    failures to the Hadoop section, and included info about not launching
    in Hadoop in the General section.
    angela0xdata committed Jun 16, 2016
  2. missing_values_handling option is available in GLM

    - In GridSearch.md, added missing_values_handling to list of GLM
    parameters
    - In DataScienceH2O-Dev.md, added missing_values_handling option to
    list of GLM options.
    - In Flow README.md, added “GLM” to description of
    missing_values_handling option, indicating that it is available in DL
    as well as GLM.
    (PUBDEV-2681)
    angela0xdata committed Jun 16, 2016
Commits on Jun 14, 2016
  1. Added links to new tutorials

    New tutorials were created for GBM and Grid Search. Added links to
    these in the User Guide. (PUBDEV-2988)
    angela0xdata committed Jun 14, 2016
Commits on Jun 7, 2016
  1. Documentation: Added new stopping_metric option

    Added “mean_per_class_error” to list of stopping_metric options in GBM,
    DRF, and Deep Learning. PUBDEV-2991
    angela0xdata committed Jun 3, 2016
Commits on Jun 3, 2016
  1. Added "seed" option to GLM

    Added the seed option to GLM in the Flow section and in the Data
    Science Algorithms section. (PUBDEV-2957)
    angela0xdata committed May 31, 2016
  2. Description improvement

    Improved description for how DRF builds trees for binomial problems.
    angela0xdata committed May 19, 2016
Commits on May 19, 2016
  1. Change "Auto" to "AUTO"

    Fixed “AUTO” option for histogram_type in GBM and DRF.
    angela0xdata committed May 19, 2016
  2. Changes to DRF/GBM

    Removed random_split_points option and replaced it with histogram_type
    (PUBDEV-2919). Added QuantilesGlobal option to list of histogram types.
    (PUBDEV-2915)
    angela0xdata committed May 19, 2016
Commits on May 18, 2016
  1. Updates to DRF description and group_by.py file

    Updated DRF description, replacing “voting” with “averaging the
    predicted values.”
    Added closing () to the Sample Usage example for GroupBy.
    angela0xdata committed May 18, 2016
  2. DRF regression

    Documentation for DRF previously only mentioned support for
    classification models. Updated some descriptions in DRF to include
    “regression.”
    angela0xdata committed May 18, 2016
  3. DRF also performs regression

    Documentation for DRF previously only mentioned support for
    classification models. Updated descriptions in DRF to include
    “regression.”
    angela0xdata committed May 18, 2016
Commits on May 17, 2016
  1. New handling of missing values in GBM

    Updated GBM FAQ with questions from Amex and with answers from Arno
    based on updates to the way GBM handles missing values. (They go right
    now, not left.)
    angela0xdata committed May 17, 2016
Commits on Apr 28, 2016
  1. Merge branch 'master' of https://github.com/h2oai/h2o-3

    # Conflicts:
    #	h2o-core/src/main/java/water/parser/ParseDataset.java
    tomasnykodym committed Apr 28, 2016
Commits on Apr 27, 2016
  1. GBM/DRF documentation updates

    Updated the H2O main documentation and the GBM Vignette based on
    changes in PUBDEV-2872.
    angela0xdata committed Apr 27, 2016
Commits on Apr 26, 2016
  1. PUBDEV-2843

    Added documentation for the new features.
    tomasnykodym committed Apr 22, 2016
Commits on Mar 2, 2016
Commits on Feb 24, 2016
Commits on Feb 11, 2016
  1. doc updates for glm

    tomasnykodym committed Feb 11, 2016
Commits on Feb 10, 2016
  1. Fix docs - put quantile/quantile_alpha and max_runtime_secs to all ap…

    …propriate algo chapters.
    arnocandel committed Feb 10, 2016
Commits on Jan 15, 2016
Commits on Jan 8, 2016
  1. merge nfold docs together

    spennihana committed Jan 8, 2016
Commits on Dec 18, 2015
Commits on Dec 17, 2015
Commits on Dec 15, 2015