Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyubyte committed Aug 20, 2024
1 parent bb41780 commit 73eef2a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion causalmatch/matching/match_core/ate.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import pandas as pd
import warnings
import statsmodels.api as sm
from causalmatch.matching.match_core.utils import data_process_ate
from .utils import data_process_ate
warnings.simplefilter(action='ignore', category=FutureWarning)

def ate(match_obj, use_weight, df_post_validate):
Expand Down
1 change: 1 addition & 0 deletions causalmatch/matching/match_core/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
from causalmatch.matching.match_core.utils import data_process_bc, data_process_ate, balance_check_x,gen_test_data
from causalmatch.matching.match_core.ate import ate
from causalmatch.matching.match_core.meta_learner import s_learner_linear

import warnings


Expand Down
2 changes: 1 addition & 1 deletion notebooks/General Matching Use Case.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@
"output_type": "stream",
"text": [
"[LightGBM] [Info] Number of positive: 4077, number of negative: 3923\n",
"[LightGBM] [Info] Auto-choosing col-wise multi-threading, the overhead of testing was 0.000226 seconds.\n",
"[LightGBM] [Info] Auto-choosing col-wise multi-threading, the overhead of testing was 0.000239 seconds.\n",
"You can set `force_col_wise=true` to remove the overhead.\n",
"[LightGBM] [Info] Total Bins 791\n",
"[LightGBM] [Info] Number of data points in the train set: 8000, number of used features: 16\n",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def readme():

setup(
name="causalmatch",
version='0.0.1',
version='0.0.2',
author="Xiaoyu Zhou",
author_email="[email protected]",
url='https://github.com/bytedance/CausalMatch',
Expand Down

0 comments on commit 73eef2a

Please sign in to comment.