opcode81 / sensAI

The Python library for sensible AI.
https://opcode81.github.io/sensAI/docs/
Other
40 stars 3 forks source link

Add to_feature_generator to ColumnGenerator #79

Closed MischaPanch closed 8 months ago

MischaPanch commented 8 months ago

We can prevent circular imports by importing at TYPE_CHECKING time.

@opcode81 do you agree that it's a useful feature? Now the user would have to know that the class FeatureGeneratorFromColumnGenerator exists

opcode81 commented 8 months ago

Yes, let's add it.