Skip to content

Commit 920dad1

Browse files
committed
Update development.md
1 parent a0528db commit 920dad1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/source/development.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ This section summarizes the past, present, and future development of STREAMLINE.
66

77
### Current Release - Beta 0.3.3 (September 22, 2023)
88
#### Major Updates
9-
* Added a new data cleaning element - removal of invariant features. Curring C2 cleaning phase of data processing, features with only one value, only Nans or a mix of one value and Nan are removed from the dataset. This has been similarly updated for the replication phase, removing the same features that were removed during the original Phase 1 data cleaning.
9+
* Added a new data cleaning element - removal of invariant features. Durring C2 cleaning phase of data processing, features with only one value, only Nans or a mix of one value and Nan are removed from the dataset. This has been similarly updated for the replication phase, removing the same features that were removed during the original Phase 1 data cleaning.
1010
#### Minor Updates
1111
* Fix to algorithm ordering in figures within Jupyter notebook and Google Colab notebook run modes.
1212
* Updated replication phase PDF report to simplify the data processing report
1313
* Fixed handling of (as of yet) unseen values in binary categorical variables during replication phase. Now these are converted to Nans, since we can't introduce a new feature at this point (since it was not included in modeling)
1414
* Fixed issue with naming of engineered missingness features
15-
* Fixed issue with running STREAMLINE on cluster in legacy mode without specifying files for categorical or quanatiative features.
15+
* Fixed issue with running STREAMLINE on cluster in legacy mode without specifying files for categorical or quantitative features.
1616
* Updated text size on first page of PDF report
1717

1818
### Beta 0.3.2 (September 13, 2023)

0 commit comments

Comments
 (0)