constant5

Results 3 issues of constant5

* SDGym version: 0.4.2.dev0 * Python version: 3.8.11 * Operating System: Windows 10 ### Description Trying to just get started running benchmarks ### What I Did ``` import sdgym from...

In the last challenge of this exercise, we are asked to eliminate the need for providing names to `typedproperty`. I can't get this to work with the closure template provided....

This resulted in all rows with mismatch in wine_type column. The problem was df_from was dtype `str` and df_to was dtype `float`. Fixed with these two transformation: ' noised_data_df[run_stats["cat_cols_names"]]**.astype(int).astype(str)**.apply(lambda x:...