You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Anyone is welcomed to work on any feature or enhancement listed below. Your contributions would be clearly posted in `Contributors <./contributors.html>`__ and `Changelog <./changelog.html>`__.
6
5
7
-
* Add the partial-fit mode for all ensembles.
8
-
* Support manually-specified criteria in the ``predict`` function.
6
+
Long-term Objective
7
+
-------------------
8
+
9
+
* |MajorFeature| |API| Verify the effectiveness of new ensembles that could be included in torchensemble
10
+
* |Efficiency| Improve the training and evaluating efficiency of existing ensembles
11
+
12
+
New Functionality
13
+
-----------------
14
+
15
+
* |MajorFeature| |API| Add the partial-fit mode for all ensembles
16
+
* |MajorFeature| |API| Support manually-specified evaluation metrics when calling :meth:`predict`
17
+
* |MajorFeature| |API| Integration with :mod:`torch.utils.tensorboard` for better visualization
18
+
* |MajorFeature| |API| Support arbitrary training criteria for existing ensembles
19
+
20
+
Maintenance Related
21
+
-------------------
22
+
23
+
* |Enhancement| Refactor existing code to reduce the redundancy
0 commit comments