Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce sklearn dependency in causalml #686

Merged
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
de27da4
Add private code with cython tree structures
alexander-pv Oct 1, 2023
8c38c47
Add tree code compilation into setup.py
alexander-pv Oct 1, 2023
df9bae4
Update imports and remove redundant code in causal trees
alexander-pv Oct 1, 2023
6124fe9
Remove outdated command in Makefile
alexander-pv Oct 1, 2023
218699f
Remove outdated command in Makefile
alexander-pv Oct 1, 2023
1d80c23
Add etails into contributing doc
alexander-pv Oct 1, 2023
cbfb692
Code reformat with black
alexander-pv Oct 1, 2023
dd8c3b6
Update sklearn and numpy dependencies
alexander-pv Oct 1, 2023
f670a1a
Keep line-by-line cython modules description in setup.py
alexander-pv Oct 1, 2023
596cd71
Add private code with cython tree structures
alexander-pv Oct 1, 2023
e5802b8
Add tree code compilation into setup.py
alexander-pv Oct 1, 2023
56d0229
Update imports and remove redundant code in causal trees
alexander-pv Oct 1, 2023
79c15c5
Remove outdated command in Makefile
alexander-pv Oct 1, 2023
0aa52aa
Remove outdated command in Makefile
alexander-pv Oct 1, 2023
64a4001
Add etails into contributing doc
alexander-pv Oct 1, 2023
85b7a26
Code reformat with black
alexander-pv Oct 1, 2023
209be5b
Update sklearn and numpy dependencies
alexander-pv Oct 1, 2023
8ca1e58
Keep line-by-line cython modules description in setup.py
alexander-pv Oct 1, 2023
0511ea7
Fix joblib support
alexander-pv Oct 21, 2023
4392514
Update imports
alexander-pv Oct 21, 2023
fada3f7
Update joblib additional args parsing for older python versions
alexander-pv Oct 21, 2023
247a6fc
Add causalforest support for sklearn>=1.2.0
alexander-pv Oct 21, 2023
5b36f06
Merge pull request #4 from jeongyoonlee/feature/reduced_sklearn_depen…
alexander-pv Oct 22, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove outdated command in Makefile
  • Loading branch information
alexander-pv authored and jeongyoonlee committed Oct 20, 2023
commit 0aa52aab75e5638aba480be18c78ec333d088565
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.PHONY: build_ext
build_ext: install_req clean
build_ext: clean
python setup.py build_ext --force --inplace

.PHONY: build
Expand Down