0.10.0 #2208
rcap107
announced in
Announcements
0.10.0
#2208
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
✨ Skrub version 0.9.0 has been released ✨
Main Changes
SessionEncodergroups timestamped data by sessions,DropSimilarhelps with dropping redundant columns.ToFloatnow includesdecimalandthousandas parameters to parse numerical columns that use formatting different from the python default (such as "1 234,5").TableReportcan now be exported in text format (Markdown formatting), or as a dictionary.In detail
TableReportTableReportcan now be exported in Markdown. By @rcap107 in ENH - Adding a function that exports the TableReport in Markdown format #2048TableReportcan now be exported as a dictionary. By @m4nn2609-dot in Add dict method for converting report data to dictionary #2188TableReportvia thetable_report_n_rowsconfiguration option. By @m4nn2609-dot in Add table_report_n_rows configuration option to TableReport #2193Transformers
SessionEncoderis now available. This encoder adds asession_idcolumn that groups together events that happen within the same session gap. Events can also be grouped by a column or list of columns to distinguish between users or devices (for example). By @rcap107 in Adding the SessionEncoder #1930ToFloattransformer now allows to specifydecimalandthousandseparators to parse numerical columns that use formatting different from the default (such as "1 234,5"). Additionally, negative numbers indicated in parentheses are converted to negative numbers ("(135)" becomes "-135"). By @gabrielapgomezji in FEAT - Addingdecimalas parameter forToFloat32#1772DropSimilar, allows dropping columns that are strongly correlated with each other. By @emassoulie in Issue 1249 add DropSimilar transformer #2023Data Ops
skrub.varnow has thebecomes_defaultparameter, to indicate that the provided previewvalueshould be treated as a default for this variable in all contexts. By @jeromedockes in Add store_default parameter to skrub.var #2082Bugfixes
TableReportcould not plot dataframes that contained$$as value. This was fixed by @Michenina-Lab in Fix - tablereport plots fail when dataframe contains $$ as values #2154TableReportthat occurred when the data range is very narrow. By @jeromedockes in fix tablereport error in histogram when data range is very narrow #2189Misc
objectselector has been added toskrub.selectorsby @omkar-334 in add anobjectselector toskrub.selectors#2171Deprecations/dependencies
order_byof theTableReportis now deprecated by @uniheko in #1464 Deprecate the parameter order_by of the TableReport #2101New Contributors
DATAFAMEvariable name #2119Full Changelog: 0.9.0...0.10.0
This discussion was created from the release 0.10.0.
Beta Was this translation helpful? Give feedback.
All reactions