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

https://github.com/techascent/tech.lentils

Support for Intal DAAL for the techascent ecosystem
https://github.com/techascent/tech.lentils

Last synced: 9 months ago
JSON representation

Support for Intal DAAL for the techascent ecosystem

Awesome Lists containing this project

README

          

# tech.lentils

[![Clojars Project](https://img.shields.io/clojars/v/techascent/tech.lentils.svg)](https://clojars.org/techascent/tech.lentils)

Binding the Intel DAAL library into the techascent ecosystem.

## Usage

### Regression

```clojure
{:model-type :daal.regression/linear}
{:model-type :daal.regression/ridge}
{:model-type :daal.regression/gradient-boosted-trees}
```

## License

Copyright © 2019 TechAscent, LLC

Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.