Skip to content

Commit

Permalink
add license footer
Browse files Browse the repository at this point in the history
  • Loading branch information
shuttie committed Jun 11, 2021
1 parent 38ffe5c commit 5e43acd
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,6 @@ The problem solved by feature stores is typical for majority of production ML sy
* Feature values are eventually recomputed (like computing running median over a sampled reservoir) and exposed
in inference API.

## Online servin
## License

**Featury** API

**Featury** data model pre-joins features by scope and item key, so if you need to fetch 100 item
features for 100 items, it will require only 100 read operations from storage, and not 100*100.
There is a single REST API endpoint:

`POST /<namespace>/<group>/<tenant>/features`
```
{
"keys": [""]
}
```
Featury is licensed under the Apache 2.0.

0 comments on commit 5e43acd

Please sign in to comment.