a910c526b308e3d3dec37ef78dda0e9b03096d0b,examples/algorithms/plot_bayesian_blocks.py,,,#,28
Before Change
hist(t, bins="blocks", color="black",
histtype="step", normed=True, label="bayesian blocks")
plt.legend()
plt.xlabel("t")
plt.ylabel("P(t)")
plt.show()
After Change
//------------------------------------------------------------
// First figure: show normal histogram binning
fig = plt.figure(figsize=(10, 4))
fig.subplots_adjust(left=0.1, right=0.95, bottom=0.15)
ax1 = fig.add_subplot(121)
In pattern: SUPERPATTERN
Frequency: 4
Non-data size: 2
Instances
Project Name: astroML/astroML
Commit Name: a910c526b308e3d3dec37ef78dda0e9b03096d0b
Time: 2012-10-22
Author: vanderplas@astro.washington.edu
File Name: examples/algorithms/plot_bayesian_blocks.py
Class Name:
Method Name:
Project Name: hpclab/rankeval
Commit Name: b104ef8ea5f6e98b0b05a5cf068bba0c8689d445
Time: 2017-07-27
Author: cristina.i.muntean@gmail.com
File Name: rankeval/visualization/effectiveness.py
Class Name:
Method Name: plot_tree_wise_average_contribution
Project Name: CNuge/kaggle-code
Commit Name: b7990885d8b26b9404fd9ce952b0b2f005019594
Time: 2018-01-12
Author: nugentc@uoguelph.ca
File Name: california_housing/feature_engineering.py
Class Name:
Method Name:
Project Name: tensorflow/privacy
Commit Name: 1981ebe2f2eecf5c7962c45ed95a4d5d3f2a82d5
Time: 2020-10-21
Author: dmarn@google.com
File Name: tensorflow_privacy/privacy/membership_inference_attack/privacy_report.py
Class Name:
Method Name: _generate_subplots