f819a34e2fbea2dab4997b3b236b517fa12d115d,examples/02_predict_employee_salaries.py,,,#,115
Before Change
// Finally, we plot the scores on a boxplot:
import matplotlib.pyplot as plt
f , ax = plt.subplots()
ax.boxplot(all_scores, vert=False)
ax.set_yticklabels(encoding_methods)
After Change
import matplotlib.pyplot as plt
plt.ylabel("Encoding", size=17)
plt.xlabel("Prediction accuracy", size=17)
plt.yticks(size=17)
plt.tight_layout()
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 3
Instances Project Name: dirty-cat/dirty_cat
Commit Name: f819a34e2fbea2dab4997b3b236b517fa12d115d
Time: 2018-06-08
Author: gael.varoquaux@normalesup.org
File Name: examples/02_predict_employee_salaries.py
Class Name:
Method Name:
Project Name: scipy-lectures/scipy-lecture-notes
Commit Name: 6d87b5fa03420a908fbf7e72868307dd6bc3223f
Time: 2016-09-15
Author: gael.varoquaux@normalesup.org
File Name: intro/matplotlib/examples/plot_multiplot.py
Class Name:
Method Name:
Project Name: dirty-cat/dirty_cat
Commit Name: f819a34e2fbea2dab4997b3b236b517fa12d115d
Time: 2018-06-08
Author: gael.varoquaux@normalesup.org
File Name: examples/03_midwest_survey.py
Class Name:
Method Name: