Jaco DuToit

Results 3 comments of Jaco DuToit

Hi, I also had issues with the mac M1. I installed Visual Studio Community 2022 for Mac Preview Version 17.0, which seems to work fine.

I changed the code to multiply the Gammas as you suggested, but getting the error below which I'm unable to fix. ``` double[] data = new double[] { 0.592, 0.708,...

There seems to be a "scheduler" and "InverseScaling" function, but I'm really struggling to get this to work. See my pipeline below: ``` regressor_model = compose.Pipeline( ('features', compose.TransformerUnion( ('ordinal_date', compose.FuncTransformer(get_ordinal_date)),...