You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/development.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ This section summarizes the past, present, and future development of STREAMLINE.
6
6
7
7
### Current Release - Beta 0.3.3 (September 22, 2023)
8
8
#### Major Updates
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.
9
+
* Added a new data cleaning element - removal of invariant features. During 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.
10
10
#### Minor Updates
11
11
* Fix to algorithm ordering in figures within Jupyter notebook and Google Colab notebook run modes.
12
12
* Updated replication phase PDF report to simplify the data processing report
0 commit comments