Slackbot
12/05/2022, 2:47 PMPeter Robinson
12/05/2022, 2:51 PMn parameterized inputs and the other 3 with m parameterized inputs, which should produce the set of outputs I need, but wanted to check in case it was possible to make it happen in a single node!Elijah Ben Izzy
12/05/2022, 4:10 PM@parameterized to put it all in one and generate the `m`x`n` outside of it, in a nested loop.
3. You can use the new @parameterize_frame to make this a little more concise -- its experimental, but we're looking for beta testers! https://hamilton-opensource.slack.com/archives/C03AJNGDGQL/p1669601959199269Elijah Ben Izzy
12/05/2022, 4:55 PMPeter Robinson
12/05/2022, 5:23 PM@parameterize_frame on the beta version!Elijah Ben Izzy
12/05/2022, 5:24 PMElijah Ben Izzy
12/05/2022, 6:06 PM@parameterize_frame while I was developing and now its called @parameterize_extract_columns and you can create it from a dataframe by doing: @parameterize_extract_columns.from_df(df) . We welcome feedback on naming 🙂Elijah Ben Izzy
01/18/2023, 9:16 PMPeter Robinson
01/25/2023, 9:41 AMElijah Ben Izzy
01/25/2023, 3:48 PM