Skip to content

Commit

Permalink
Update development.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanurbs committed Sep 23, 2023
1 parent a0528db commit 920dad1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ This section summarizes the past, present, and future development of STREAMLINE.

### Current Release - Beta 0.3.3 (September 22, 2023)
#### Major Updates
* 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.
* 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.
#### Minor Updates
* Fix to algorithm ordering in figures within Jupyter notebook and Google Colab notebook run modes.
* Updated replication phase PDF report to simplify the data processing report
* 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)
* Fixed issue with naming of engineered missingness features
* Fixed issue with running STREAMLINE on cluster in legacy mode without specifying files for categorical or quanatiative features.
* Fixed issue with running STREAMLINE on cluster in legacy mode without specifying files for categorical or quantitative features.
* Updated text size on first page of PDF report

### Beta 0.3.2 (September 13, 2023)
Expand Down

0 comments on commit 920dad1

Please sign in to comment.