Skip to content

Commit

Permalink
feat: Update ROADMAP.md be more understandable
Browse files Browse the repository at this point in the history
I had a difficulty of understanding the `Avoid common pain points of the other frameworks` section of the ROADMAP.md so I asked to Julia slack channel.
I thought the list contained things to stay away in development so it got me confused.
There, they explained to me every element of the list and after that, I understood it.
Now, I think it can get other potential contributors confused and propose a better wording from my understanding. I hope it resembles the ideas of the MLJ.
  • Loading branch information
MelihDarcanxyz authored Jul 4, 2023
1 parent dd852d4 commit cbe16d6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions ROADMAP.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
# Road map

February 2020; updated, May 2021
February 2020; updated, July 2023

Please visit [contributing guidelines](CONTRIBUTING.md) if interested
in contributing to MLJ.

### Guiding goals
### Goals

- **Usability, interoperability, extensibility, reproducibility,**
and **code transparency**.

- Offer state-of-art tools for model **composition** and model
**optimization** (hyper-parameter tuning)

- Avoid common **pain-points** of other frameworks:
- Avoid common **pain-points** of other frameworks with MLJ:

- identifying all models that solve a given task
- identify and list all models that solve a given task

- routine operations requiring a lot of code
- easily perform routine operations requiring a lot of code

- passage from data source to algorithm-specific data format
- easily transform data, from source to algorithm-specific data format

- probabilistic predictions: inconsistent representations, lack
- make use of probabilistic predictions: no more inconsistent representations / lack
of options for performance evaluation

- Add some focus to julia machine learning software development more
Expand Down

0 comments on commit cbe16d6

Please sign in to comment.