Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
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