Skip to content

Commit b32d63c

Browse files
authored
Update CHANGELOG.md
Update changelog.
1 parent 8aacb5a commit b32d63c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
### Added
44

55
- Use new covariate groups and confounding scores per metric. Confounding scores are now a dictionary with keys ate, erf, ite, and importance. The first three correspond to the error scores (absolute ate error, mean absolute erf error, mean root-mean-squared ite error) using a baseline model from autogluon. The importance scores correspond to the max of min(outcome_importance, treatment_importance), which are the previously used scores.
6-
6+
- Updated `env.py` to allow for different data formats since data collections in `space-data` can now use `.parquets`, `.graphmlz` and other compressed formats to make read speed and storage more efficient.
77

88
### Changed
99

@@ -35,4 +35,4 @@
3535
- SpaceEnv, SpaceDataset DataMaster are imported directly from spacebench in `spacebench/__init__.py`.
3636
- Datamaster.list_datasets -> Datamaster.list_envs
3737
- pip install will now install all dependencies automatically. It will not install dependencies of specific algorithms or examples.
38-
- New optional `[all]` in pip install for the dependencies used in examples and algorithms.
38+
- New optional `[all]` in pip install for the dependencies used in examples and algorithms.

0 commit comments

Comments
 (0)