TeamEpochGithub / agogos

Package that creates the underlying construction of a machine learning pipeline
MIT License
3 stars 0 forks source link

ENH: Create HTML representation #30

Closed schobbejak closed 3 months ago

schobbejak commented 4 months ago

Create a html representation of the blocks and pipelines. This would allow for users to visualize their pipeline, similar to sklearn pipelines but a simplified version.

This issue would just be creating the __repr_html__ function in the correct locations.