Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC fix typos & FIX modify python version for website builder #547

Open
wants to merge 6 commits into
base: staging
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion proglearn/forest.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class LifelongClassificationForest(ClassificationProgressiveLearner):
and values of type obj corresponding to a transformer. This dictionary thus
maps transformer ids to the corresponding transformers.

task_id_to_trasnformer_id_to_voters : dict
task_id_to_transformer_id_to_voters : dict
A nested dictionary with outer key of type obj, corresponding to task ids
inner key of type obj, corresponding to transformer ids,
and values of type obj, corresponding to a voter. This dictionary thus maps
Expand Down
2 changes: 1 addition & 1 deletion proglearn/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class LifelongClassificationNetwork(ClassificationProgressiveLearner):
and values of type obj corresponding to a transformer. This dictionary thus
maps transformer ids to the corresponding transformers.

task_id_to_trasnformer_id_to_voters : dict
task_id_to_transformer_id_to_voters : dict
A nested dictionary with outer key of type obj, corresponding to task ids
inner key of type obj, corresponding to transformer ids,
and values of type obj, corresponding to a voter. This dictionary thus maps
Expand Down
2 changes: 1 addition & 1 deletion proglearn/progressive_learner.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class ProgressiveLearner(BaseProgressiveLearner):
and values of type obj corresponding to a transformer. This dictionary thus
maps transformer ids to the corresponding transformers.

task_id_to_trasnformer_id_to_voters : dict
task_id_to_transformer_id_to_voters : dict
A nested dictionary with outer key of type obj, corresponding to task ids
inner key of type obj, corresponding to transformer ids,
and values of type obj, corresponding to a voter. This dictionary thus maps
Expand Down
2 changes: 1 addition & 1 deletion runtime.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.7
3.8