This blog summarizes my work throughout Google Summer of Code period. This mainly contains links to all visualizer that I touched in my journey.
Pull Requests:
- Added train alpha and test alpha to
Residual.py
(Link). - Added alpha param to PCA. (Link)
- Added Stack barchart to postag.(Link)
- Update the visualizers to use stack helper function. (Link)
- Updated Data Visulizer to handle target_type_identification. (Link)
- Added Projection Visualizer. (Link)
- Updated Manifold to extend Projection Visualizer. (Link)
- Updated PCA to extend Projection Visualizer(Link)
- Final Tweaks in PCA, Manifold and Projection. (Link)
Issues
- ProjectionVisualizer: unifying functionality of PCA and Manifold. (Link)
- Bug in RadViz. (Link)
- Error in Jupyter Notebook when poof is called.(Link)
- Improvement to Manifold Visualizer.(Link)
- Investigated the Parallel Coordinate and Radviz bug. (Link)
- Dealt with alpha visualizer. (Link)
- Experiments with Confusion Matrix. (Link)