An open API service indexing awesome lists of open source software.

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)

Awesome Lists containing this project

README

          

# SLOPE

[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://jolars.github.io/SLOPE.jl/stable)
[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://jolars.github.io/SLOPE.jl/dev)
[![Build Status](https://github.com/jolars/SLOPE.jl/actions/workflows/build-and-test.yml/badge.svg?branch=main)](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).