Arnechos

Results 5 comments of Arnechos

Hi guys, while wide_to_long from @skrawcz function works for me I have a bit of trouble going long-to-wide. I have a column n columns that have x unique values. My...

@skrawcz Thanks, for the input! Suppose dataframe like this: | A | B | C | |-------|-------|-------| | cat_1 | cat_1 | cat_1 | | cat_2 | cat_1 | cat_2...

@skrawcz @elijahbenizzy Thanks a lot guys! I've just run few tests using custom result builder - works flawlessly. > The standard Hamilton result builder doesn't concatenate dataframes (we could make...

@skrawcz On `sf-hamilton==1.17` no issues, I just had to remove `prefix` parameter from `pd.get_dummies`

@alex-burlacu-clear-ml Hello, code itself does work, also when running `PipelineDecorator.debug_pipeline()`. I did tests with printing os.getcwd() inside `feature_generation_step` and the path was correct. 1. The project is in the git...