machine-learning
machine-learning copied to clipboard
Implement D3JS visualization for svm classification
We need to develop a mechanism to generate corresponding visualizations, for the svm classification.
Note: the following may provide some initial insight, with a possibility to reverse engineer the requirements needed, to properly generate d3js visualization:
- https://chrisalbon.com/machine-learning/svc_parameters_using_rbf_kernel.html
It seems the latter link evolved to the mlxtend package, as also demonstrated:
- https://stackoverflow.com/a/43298736
Our next milestone 0.8 will be application development heavy. Therefore, for the sake of organization, we'll relocate this, and related application development issues.