0.9.0 #2057
rcap107
announced in
Announcements
0.9.0
#2057
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
.skb.find()and.skb.find_X_yhave been added..skb.find()can find a node by name (or by a callable predicate) in a DataOp..skb.find_X_y()finds the nodes marked with.skb.mark_as_X()and.skb.mark_as_y(), and the cv splitter and split_kwargs passed to.skb.mark_as_X(), if they exist. By @jeromedockes in add methods to find a node in a dataop #2041Cleanernow exposes aparse_numbersboolean parameter to control whether numeric-looking strings (e.g.,["1", "2", "3"]) are parsed to float32, and acast_to_float32parameter to downcast numeric columns to float32. By @Varshith-Yadav in [ENH]Refine Cleaner numeric_dtype modes #1910TableReportnow acceptsplot_distributionsandcompute_associationsparameters (True,False, or"auto") to explicitly control whether distribution plots and pairwise associations are computed. By @JulietteBgl in ENH: Be more explicit about max_*_columns in TableReport #1907SkrubLearner,ParamSearchandOptunaParamSearchhave been improved and now display the DataOp they contain. By @jeromedockes in show dataop in SkrubLearner estimator diagram #2024fuzzy_join()andJoinerto configure the nearest-neighbor distance used for matching. By @sabasiddique1 in ENH - Add configurable distance metric for fuzzy join nearest‑neighbor matching #1861has_dtype()selector has been added, which users to select columns by passing the dtype objects they want to match. By @kudos07 in ENH add has_dtype selector #2027ApplyToColsnow has aexclude_colsparameter, to choose which columns should not be transformed. by @sabasiddique1 in ENH: add exclude_cols to ApplyToCols (#1873) #2039TableReporthas been increased. By @lisaleemcb in Increased the number of top associations to display #1992New Contributors
Full Changelog: 0.8.0...0.9.0
This discussion was created from the release 0.9.0.
All reactions