Skip to content

Commit 69f1339

Browse files
committed
[DOC] Update roadmap
1 parent 7df43ac commit 69f1339

1 file changed

Lines changed: 32 additions & 4 deletions

File tree

docs/roadmap.rst

Lines changed: 32 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,36 @@
11
Roadmap
22
=======
33

4-
[0.1.0] - ~
5-
-----------
4+
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>`__.
65

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
24+
25+
.. role:: raw-html(raw)
26+
:format: html
27+
28+
.. role:: raw-latex(raw)
29+
:format: latex
30+
31+
.. |MajorFeature| replace:: :raw-html:`<span class="badge badge-success">Major Feature</span>` :raw-latex:`{\small\sc [Major Feature]}`
32+
.. |Feature| replace:: :raw-html:`<span class="badge badge-success">Feature</span>` :raw-latex:`{\small\sc [Feature]}`
33+
.. |Efficiency| replace:: :raw-html:`<span class="badge badge-info">Efficiency</span>` :raw-latex:`{\small\sc [Efficiency]}`
34+
.. |Enhancement| replace:: :raw-html:`<span class="badge badge-info">Enhancement</span>` :raw-latex:`{\small\sc [Enhancement]}`
35+
.. |Fix| replace:: :raw-html:`<span class="badge badge-danger">Fix</span>` :raw-latex:`{\small\sc [Fix]}`
36+
.. |API| replace:: :raw-html:`<span class="badge badge-warning">API Change</span>` :raw-latex:`{\small\sc [API Change]}`

0 commit comments

Comments
 (0)