https://github.com/jolars/slope.jl
Julia package for Sorted L-One Penalized Estimation (SLOPE)
https://github.com/jolars/slope.jl
lasso optimization regression slope statistics
Last synced: 3 months ago
JSON representation
Julia package for Sorted L-One Penalized Estimation (SLOPE)
- Host: GitHub
- URL: https://github.com/jolars/slope.jl
- Owner: jolars
- License: mit
- Created: 2025-05-15T06:43:22.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-06-28T20:16:37.000Z (3 months ago)
- Last Synced: 2025-07-17T21:09:23.238Z (3 months ago)
- Topics: lasso, optimization, regression, slope, statistics
- Language: Julia
- Homepage: https://jolars.github.io/SLOPE.jl/
- Size: 499 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://jolars.github.io/SLOPE.jl/stable)
[](https://jolars.github.io/SLOPE.jl/dev)
[](https://github.com/jolars/SLOPE.jl/actions/workflows/build-and-test.yml?query=branch%3Amain)Sorted L-One Penalized Estimation
## Installation
You can install the package using the Julia package manager:
```julia
using Pkg
Pkg.add("SLOPE")
```You can also install the latest development version directly from GitHub:
```julia
using Pkg
Pkg.add(url = "https://github.com/jolars/SLOPE.jl")
```## Contributing
When writing commit messages, please use the [conventional commits format](https://www.conventionalcommits.org/en/v1.0.0/).
## Versioning
SLOPE uses [semantic versioning](https://semver.org).