Skip to content

Commit a1b89bc

Browse files
committed
refactor(docs): update papers links [cd build]
1 parent 5da7a45 commit a1b89bc

File tree

3 files changed

+9
-12
lines changed

3 files changed

+9
-12
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@
5050

5151
`Auto-Scikit-Longitudinal` (Auto-Sklong) is an Automated Machine Learning (AutoML) library, developed upon the
5252
[`General Machine Learning Assistant (GAMA)`](https://openml-labs.github.io/gama/master/index.html#) framework,
53-
introduces a brand-new [`search space`](https://auto-sklong.readthedocs.io/en/latest/tutorials/search_space/) leveraging both
53+
introducing a brand-new [`search space`](https://auto-sklong.readthedocs.io/en/latest/tutorials/search_space/) leveraging both
5454
[`Scikit-Longitudinal`](https://scikit-longitudinal.readthedocs.io/latest/) and [`Scikit-learn`](https://scikit-learn.org/stable/)
5555
models to tackle the Longitudinal machine learning classification tasks.
5656

57-
`Auto-Sklong` comes with various search methods to explore the [`search space`](https://auto-sklong.readthedocs.io/en/latest/tutorials/search_space/) introduced, such as `Bayesian Optimisation`.
57+
For more scientific details, you can refer to our [paper](https://doi.org/10.1109/BIBM62325.2024.10821737) published by `IEEE` in the [IEEE International Conference on Bioinformatics and Biomedicine (BIBM), 2024 Edition](https://ieeexplore.ieee.org/xpl/conhome/10821710/proceeding).
5858

59-
For more details, visit the [official documentation](https://auto-sklong.readthedocs.io/en/latest/).
59+
`Auto-Sklong` comes with various search methods to explore the [`search space`](https://auto-sklong.readthedocs.io/en/latest/tutorials/search_space/) introduced, such as `Bayesian Optimisation`. For more details, visit the [official documentation](https://auto-sklong.readthedocs.io/en/latest/).
6060

6161
---
6262

docs/publications.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,16 @@ hide:
99

1010
Within each paper's tab, we will point to which Git branch to see the experiments of a given paper.
1111

12-
=== "Scikit-Longitudinal official paper"
12+
=== "Auto-Sklong official paper"
1313

1414
**Paper Name**: Auto-Sklong: A New AutoML System for Longitudinal Classification
1515

1616
**Dataset Source**: https://www.elsa-project.ac.uk/
1717

18+
**Paper Link**: [10.1109/BIBM62325.2024.10821737](https://doi.org/10.1109/BIBM62325.2024.10821737)
19+
1820
**Git branch**: Incoming.
1921

20-
**DOI**: [10.1109/BIBM62325.2024.10821737](https://doi.org/10.1109/BIBM62325.2024.10821737)
21-
22-
!!! success "Status"
23-
Paper has been accapted to 2024 IEEE International Conference on Bioinformatics and Biomedicine (BIBM)
2422

2523
!!! tip "Before You Begin"
2624
Ensure you have your dataset ready in a compatible format (e.g., CSV) and are familiar with the basic usage.
@@ -34,9 +32,7 @@ Within each paper's tab, we will point to which Git branch to see the experiment
3432

3533
**Publisher**: Journal of Open Source Software (JOSS)
3634

37-
**Paper Status**: Pre-Approved, current public peer review, available at [JOSS-Review](https://github.com/openjournals/joss-reviews/issues/8481)
38-
39-
**Paper Link**: Will be available at [JOSS](https://joss.theoj.org/)
35+
**Paper Link**: [https://joss.theoj.org/papers/10.21105/joss.08481](https://joss.theoj.org/papers/10.21105/joss.08481)
4036

4137
**Used For**: This library is used throughout the search space of the Auto-Sklong system.
4238

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "Auto-Sklong"
33
description = "A package for automated machine learning based on scikit-learn and sklong to tackle the longitudinal machine learning classification tasks."
44
readme = "README.md"
5-
version = "0.0.8"
5+
version = "0.0.9"
66
authors = [
77
{ name = "Provost Simon", email = "[email protected]" }, # First author & maintainer
88
{ name = "Pieter Gijsbers", email = "[email protected]" }, # Author of GAMA, credited for the original work
@@ -66,6 +66,7 @@ Documentation = "https://auto-sklong.readthedocs.io/en/latest/"
6666
Releases = "https://github.com/simonprovost/auto-sklong/releases"
6767
Repository = "https://github.com/simonprovost/Auto-Sklong"
6868
Issues = "https://github.com/simonprovost/Auto-Sklong/issues"
69+
"Scientific Paper" = "https://doi.org/10.1109/BIBM62325.2024.10821737"
6970

7071
[project.scripts]
7172
gama = "gama.utilities.cli:main"

0 commit comments

Comments
 (0)