Jay Qi
Jay Qi
Plot 2D/3D [S3 method](http://adv-r.had.co.nz/S3.html) to automatically plot the produced objects Hint: https://github.com/terrytangyuan/dml/blob/master/R/gdmf.r#L70 Example: https://github.com/terrytangyuan/lfda/blob/master/R/lfda_visualization.R#L31
LFDA is one of the metric learning algorithms but it’s only available in [lfda package](https://github.com/terrytangyuan/lfda) itself. You can explicitly export `lfda::lfda`, `lfda::klfda`, `lfda::self` functions, e.g. so you can call `dml::lfda`,...
Corner cases check, etc., with additional tests https://github.com/terrytangyuan/dml/blob/master/R/gdmd.r
Function arguments check along with tests covering those exceptions
Right now we don't fully check rendered content on diagrams, but we should. ~We should do this in a parameterized way to reduce the amount of testing code to be...
Right now kind of overkill to come up with optional dependencies when we're only supporting dataclasses and Pydantic. However, if we add more, it may make sense to turn them...
Addresses #16
The link to load remark.js is `http` and not `https`. This can prevent the javascript from loading if the page is served with https, as modern browsers often block scripts...