lhaze / data-science-playground

Let's have some fun with a bunch of libs & approaches.
GNU General Public License v3.0
0 stars 0 forks source link

rising_sun: model architecture #11

Closed lhaze closed 6 years ago

lhaze commented 6 years ago

Prepare an architecture & a skeleton code of models:

lhaze commented 6 years ago

Questions: a) Does validation of model should block building a model (__init__) with invalid state? b) Or should I weaken default validation in some manner? c) Should the validation process be fired only by explicitly calling is_valid/validate?

lhaze commented 6 years ago

Done.