alegonz / baikal

A graph-based functional API for building complex scikit-learn pipelines.
https://baikal.readthedocs.io
BSD 3-Clause "New" or "Revised" License
592 stars 30 forks source link

Make some attributes of Step and DataPlaceHolder attributes read-only #4

Closed alegonz closed 4 years ago

alegonz commented 4 years ago

Step: name, n_outputs, inputs, outputs and targets DataPlaceholder: step, name

These attributes are meant to be pass via the API and handled by the engine, and never set by the user directly.