0

Read all documentation from pycaret and many tutorials and examples.

https://pycaret.gitbook.io/docs/get-started/tutorials

All of them started this way:

#For Regression
from pycaret.regression import *

#For Classification
from pycaret.classification import *

We hace very strict rules here. We MUST NOT do wild imports and the quality check rejects any code importing modules this way. So we are stuck.

is there any other recommended way avoiding wild imports?

Forge
  • 1,587
  • 1
  • 15
  • 36

0 Answers0