Nikhil Gupta
                                            Nikhil Gupta
                                        
                                    Lets leave it open since it is marked as an enhancement.
@Prabhu-kottapu Just to clarify, you can still use python 3.7. All our tests run on 3.7 as of now and pass without issue. See here for more details if needed:...
Your problem is that the variable `lr1` is not defined here in your code. You need to pass the actual model object here which in your code is `lr` not...
@Prashavu What is your issue or question?
@turkalpmd Can you produce a minimal set of data and code to reproduce the problem. It is hard to debug with the entire code base and dataset. Thanks!
Also, please break down `create_model`, `tune_model` and `finalize_model` into individual steps so that it is easier for you to also debug and get to the root cause faster (i.e. which...
@turkalpmd I would like to fix the issue with the transformations if it truly exists. Will you be able to provide a simplified code example with sample data to reproduce...
> I can share notebook with you. Is it possible? @turkalpmd Yes, you can attach the zip here. Thanks!
@turkalpmd I can not debug the issue with such a big notebook. Can you create a minimal example? In any case, I see you are using pycaret-ts-alpha. This has been...
@turkalpmd I am going to close this for now. If you can provide a minimal reproducible example that I can use for debugging, please feel free to reopen this. Thanks!