Closed acrellin closed 9 years ago
Everything looks good to me! :+1:
Big piece of work! Thanks, Ari. I like the design you've introduced to describe the model parameters.
The only important comment was to avoid generating HTML inside our code, if possible, and to make sure all values displayed to the user are escaped, otherwise all sorts of nasty attacks become possible.
@stefanv, thanks for the helpful feedback. Regarding generating HTML code in the backend, I definitely agree about avoiding this, but it's not new to this PR, so I'll open an issue and address that separately so it doesn't hold up this PR.
:guitar:
Offer multiple models and expose their parameters in the browser; generalize class/target concept to include regression data; streamline/update function signatures; expand unit tests, etc.