issues
search
timmens
/
causal-forest
Implements the Causal Forest algorithm formulated in Athey and Wager (2018).
MIT License
65
stars
12
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
failed to install the package
#20
yangyijane
closed
1 year ago
1
Parallel Problems
#19
spot92
closed
1 year ago
1
Add doc tests to Travis and pre-commit hook.
#18
timmens
opened
4 years ago
0
TypeError: unsupported operand type(s) for +: 'NoneType' and 'int'
#16
timmens
opened
4 years ago
0
Polish documentation on readthedocs.
#15
timmens
opened
4 years ago
2
Fix bug in CausalForest load method.
#14
timmens
closed
4 years ago
1
Add random feature selection to tree building in forest.
#13
timmens
closed
4 years ago
1
Check for compatibility with sklearn functionals.
#12
timmens
opened
4 years ago
1
Rename github repo.
#11
timmens
opened
4 years ago
1
Add honest tree feature.
#10
timmens
opened
4 years ago
0
Finish remaining 2 unit tests for index retrieving.
#9
timmens
closed
4 years ago
1
Add unit tests.
#8
timmens
opened
4 years ago
2
Add prediction function.
#7
timmens
closed
4 years ago
1
Optimize _find_optimal_split function.
#6
timmens
opened
4 years ago
1
Implement (clever) parallelization.
#5
timmens
opened
4 years ago
1
Reduce no. of sorting.
#4
timmens
opened
4 years ago
0
Reimplement allocation of node ids.
#3
timmens
closed
4 years ago
1
Implement maximum depth criterion.
#2
timmens
closed
4 years ago
1
Add link between parent and child node, and restructure `fitcausaltree` output.
#1
timmens
closed
4 years ago
2