09e70570190a441e4f4875e6e45848fd9c0a0372,yellowbrick/text/postag.py,PosTagVisualizer,finalize,#PosTagVisualizer#,333
Before Change
)
self.ax.set_xticks(range(len(self.pos_tag_counts_)))
self.ax.set_xticklabels(list(self.pos_tag_counts_.keys() ), rotation=90)
// Set the axis labels
if self.frequency:
After Change
self.set_title(
"PosTag plot for {}-token corpus".format(
(sum([sum(i.values()) for i in self.pos_tag_counts_.values()]))
)
)
In pattern: SUPERPATTERN
Frequency: 4
Non-data size: 3
Instances Project Name: DistrictDataLabs/yellowbrick
Commit Name: 09e70570190a441e4f4875e6e45848fd9c0a0372
Time: 2019-06-03
Author: 43993586+naresh-bachwani@users.noreply.github.com
File Name: yellowbrick/text/postag.py
Class Name: PosTagVisualizer
Method Name: finalize
Project Name: Theano/Theano
Commit Name: 6ec43120736e7fdeb010727e391fcd362cddf028
Time: 2017-03-14
Author: nouiz@nouiz.org
File Name: theano/scan_module/scan_op.py
Class Name:
Method Name: profile_printer
Project Name: scikit-multiflow/scikit-multiflow
Commit Name: 7301f860743d7b45cd1d885094bf753629b535e8
Time: 2018-06-14
Author: jacob.montiel@gmail.com
File Name: src/skmultiflow/classification/trees/hoeffding_tree.py
Class Name: HoeffdingTree
Method Name: predict_proba
Project Name: scikit-multiflow/scikit-multiflow
Commit Name: 0685dcd247e1c9b696c0d865f0851f68d1f7b66c
Time: 2018-06-18
Author: jacob.montiel@gmail.com
File Name: src/skmultiflow/classification/trees/hoeffding_tree.py
Class Name: HoeffdingTree
Method Name: predict_proba