Skip to content

Commit da60316

Browse files
authored
Merge pull request #180 from StochasticTree/document-new-outcome-model
Updated doc workflows
2 parents 6affae5 + 03e56ce commit da60316

File tree

3 files changed

+5
-82
lines changed

3 files changed

+5
-82
lines changed

_pkgdown.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
url: https://stochastictree.github.io/stochtree-r/
1+
url: https://stochtree.ai/
22
template:
33
bootstrap: 5
44

@@ -117,6 +117,9 @@ reference:
117117
Miscellaneous "utility" classes and functions
118118
contents:
119119
- sample_without_replacement
120+
- expand_dims_1d
121+
- expand_dims_2d
122+
- expand_dims_2d_diag
120123

121124
- title: Package info
122125
desc: >

include/stochtree/tree_sampler.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ static inline void EvaluateAllPossibleSplits(
476476
data_size_t& valid_cutpoint_count, CutpointGridContainer& cutpoint_grid_container, data_size_t node_begin, data_size_t node_end, std::vector<double>& variable_weights,
477477
std::vector<FeatureType>& feature_types, std::vector<bool>& feature_subset, LeafSuffStatConstructorArgs&... leaf_suff_stat_args
478478
) {
479-
// Initialize sufficient statistics
479+
// Initialize sufficient statistics
480480
LeafSuffStat node_suff_stat = LeafSuffStat(leaf_suff_stat_args...);
481481
LeafSuffStat left_suff_stat = LeafSuffStat(leaf_suff_stat_args...);
482482
LeafSuffStat right_suff_stat = LeafSuffStat(leaf_suff_stat_args...);

tools/setup/setup_r_dependencies.R

Lines changed: 0 additions & 80 deletions
This file was deleted.

0 commit comments

Comments
 (0)