Update Getting Started authored by Thomas Schmid's avatar Thomas Schmid
...@@ -3,12 +3,16 @@ The conML Julia project is split into two packages: ...@@ -3,12 +3,16 @@ The conML Julia project is split into two packages:
- **ConMLDefaults.jl**, which provides supervised and unsupervised models, feature selection and winner selection algorithms and wrappers for some Python and R packages which may be used in conjunction with ConML.jl. - **ConMLDefaults.jl**, which provides supervised and unsupervised models, feature selection and winner selection algorithms and wrappers for some Python and R packages which may be used in conjunction with ConML.jl.
## Prerequesites ## Prerequesites
### ConML.jl ### ConML.jl
- Julia 1.5 or higher - Julia 1.5 or higher
- [Krippendorff.jl](https://github.com/FPGro/Krippendorff.jl/) (needs to be installed via the GitHub Link as long as it is not included in the general registry) - [Krippendorff.jl](https://github.com/FPGro/Krippendorff.jl/) (needs to be installed via the GitHub Link as long as it is not included in the general registry)
### ConMLDefaults.jl ### ConMLDefaults.jl
- ConML.jl - ConML.jl
- Python 3.6 or higher (+ Packge Scikit-learn)
- R-base (+ Package ClustOfVar)
## Installation from source ## Installation from source
... ...
......