|
1 |
| -[](../../actions/workflows/linter.yml) |
2 |
| -[](../../actions/workflows/tests.yml) |
| 1 | +[](../../actions/workflows/linter.yml) |
| 2 | +[](../../actions/workflows/tests.yml) |
3 | 3 | [](./logs/pylint/)
|
4 | 4 | [](./logs/cov.out)
|
5 | 5 | [](./LICENSE)
|
|
11 | 11 | 1. [Objective](./README.md#objective)
|
12 | 12 | 1. [Programming style](./README.md#programming-style)
|
13 | 13 | 1. [Version control](./README.md#version-control)
|
14 |
| - 1. [Contribution guidelines](./.github/CONTRIBUTING.md) |
| 14 | +1. Project tracker |
| 15 | + 1. [Backlogs](https://github.com/orgs/ml-lib/projects/1/views/1) |
| 16 | + 1. [Releases](https://github.com/orgs/ml-lib/projects/1/views/4) |
| 17 | + 1. [Kanban board (current release)](https://github.com/orgs/ml-lib/projects/1/views/5) |
15 | 18 | 1. [Project documents](./docs)
|
16 | 19 | 1. [Approach](./docs/Approach.pdf)
|
17 | 20 | 1. [Available modules](./mllib/lib)
|
18 | 21 | 1. [Clustering](./mllib/lib/cluster.py) - determines optimal _k_
|
19 | 22 | 1. [GLMNet](./mllib/lib/model.py) - classification/regression
|
20 | 23 | 1. [k-nearest neighbours](./mllib/lib/knn.py) - classification/regression
|
21 |
| - 1. [Random forest](./mllib/lib/tree.py) - classification/timeseries/regression |
22 |
| - 1. [XGBoost](./mllib/lib/tree.py) - classification/timeseries/regression |
| 24 | + 1. [Random forest](./mllib/lib/tree.py) - classification/regression |
| 25 | + 1. [XGBoost](./mllib/lib/tree.py) - classification/regression |
23 | 26 | 1. [Traveling salesman problem](./mllib/lib/opt.py) - integer programming/heuristic
|
24 | 27 | 1. [Transportation problem](./mllib/lib/opt.py) - integer programming
|
25 | 28 | 1. [Time series](./mllib/lib/timeseries.py)
|
26 | 29 | 1. [Pull request guidelines](./.github/PULL_REQUEST_TEMPLATE.md)
|
27 | 30 | 1. [Initial setup](./README.md#initial-setup)
|
28 | 31 | 1. [Unit tests](./README.md#run-unit-tests-and-pylint-ratings)
|
29 |
| -1. [Important links](./README.md#important-links) |
| 32 | +1. [Contribution guidelines](./.github/CONTRIBUTING.md) |
| 33 | +1. [Branching conventions](./docs/Branch.md) |
| 34 | +1. [Directory structure](./docs/Directory_structure.md) |
30 | 35 | 1. [License](./LICENSE)
|
31 | 36 | ***
|
32 | 37 |
|
@@ -88,12 +93,3 @@ Available options:
|
88 | 93 | The pylint ratings for each python script can be found at
|
89 | 94 | [logs/pylint/](./logs/pylint/)
|
90 | 95 | ***
|
91 |
| - |
92 |
| -## Important links |
93 |
| - |
94 |
| -#### Guidelines |
95 |
| - |
96 |
| -- [Contribution guidelines](./.github/CONTRIBUTING.md) |
97 |
| -- [Branching conventions](./docs/Branch.md) |
98 |
| -- [Directory structure](./docs/Directory_structure.md) |
99 |
| -*** |
0 commit comments