274b12034f836f6071c5f2c8853339cddc0b52b3,examples/iris_dataset/query_by_committee.py,,,#,12
Before Change
// initializing learner
learner = ActiveLearner(
predictor=MLPClassifier(hidden_layer_sizes=(10, 10, 10), max_iter=1000),
X_initial=X_train, y_initial=y_train
)
learner_list.append(learner)
After Change
with plt.style.context("seaborn-white"):
prediction = committee.predict(iris["data"])
plt.scatter(x=pca[:, 0], y=pca[:, 1], c=prediction, cmap="viridis")
plt.show()
In pattern: SUPERPATTERN
Frequency: 7
Non-data size: 3
Instances
Project Name: modAL-python/modAL
Commit Name: 274b12034f836f6071c5f2c8853339cddc0b52b3
Time: 2017-12-16
Author: 28926195+cosmic-cortex@users.noreply.github.com
File Name: examples/iris_dataset/query_by_committee.py
Class Name:
Method Name:
Project Name: rflamary/POT
Commit Name: 823942312962134a3b49fcedbca7c4e2a7419df3
Time: 2017-07-20
Author: alexandre.gramfort@m4x.org
File Name: examples/plot_OTDA_mapping.py
Class Name:
Method Name:
Project Name: BindsNET/bindsnet
Commit Name: 4c9bebf450569d0a1da22a0560343c45f7196fa3
Time: 2018-05-01
Author: djsaunde@umass.edu
File Name: examples/space_invaders.py
Class Name:
Method Name:
Project Name: nipy/dipy
Commit Name: cf7d0bdc4133ea3248e054fa93aa2b5a6f8f2fca
Time: 2013-09-11
Author: stjeansam@gmail.com
File Name: doc/examples/compute_SNR_in_corpus_callosum.py
Class Name:
Method Name:
Project Name: lebedov/scikit-cuda
Commit Name: 6e4757e57341c0714ac83cfdf106058df12aa52d
Time: 2019-08-03
Author: udrobots@gmail.com
File Name: demos/pca_demo.py
Class Name:
Method Name:
Project Name: nipy/dipy
Commit Name: 6c524d66dcd30d98a0f0c991252a3be644fa58ef
Time: 2013-09-11
Author: stjeansam@gmail.com
File Name: doc/examples/compute_SNR_in_corpus_callosum.py
Class Name:
Method Name:
Project Name: matplotlib/matplotlib
Commit Name: 701e17116ad8d4902258da6fd58e5c2d93b695b0
Time: 2019-03-03
Author: carstenschelp@mp.nl
File Name: examples/statistics/confidence_ellipse.py
Class Name:
Method Name: