You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Guide: Question Generator for Learning Guide (064e219)
improve clustering by using affinitypropogation to cluster noise and breakup large clusters. then use cluster summary cosine distance to merge very similar clusters. (4893fd2)
improve importing and instantiating CurateTopic (bfce0bf)
improve random seed setting. improve summary so it can potentially know if text isn't relevant to topic (33a0535)
introduce pipeline arch for gathering sources (c94236b)
move core logic of clustering to cluster.py (cf41ee8)
optimize threshold for merging similar cluster summaries. control verbosity. increase affinitypropogation iterations although I don't have data to indicate this helps... (3beebc5)