Skip to content

Commit

Permalink
[skip release] Added logo to README.md and fixed broken link. (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
jverbus authored Nov 10, 2024
1 parent 31d9a22 commit 1938260
Show file tree
Hide file tree
Showing 2 changed files with 238 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<img src="./assets/isolation_forest.svg" alt="Logo" width="30%"/>

# isolation-forest
[![Build Status](https://github.com/linkedin/isolation-forest/actions/workflows/ci.yml/badge.svg?branch=master&event=push)](https://github.com/linkedin/isolation-forest/actions/workflows/ci.yml?query=branch%3Amaster+event%3Apush)
[![Release](https://img.shields.io/github/v/release/linkedin/isolation-forest)](https://github.com/linkedin/isolation-forest/releases/)
Expand All @@ -10,7 +12,7 @@ algorithm. This library was created by [James Verbus](https://www.linkedin.com/i
the LinkedIn Anti-Abuse AI team.

The `isolation-forest` module supports distributed training and scoring in Scala using Spark data structures.
It inherits from the `Estimator` and `Model` classes in [Spark's ML library](https://spark.apache.org/docs/2.3.0/ml-guide.html)
It inherits from the `Estimator` and `Model` classes in [Spark's ML library](https://spark.apache.org/mllib/)
in order to take advantage of machinery such as `Pipeline`s. Model persistence on HDFS is
supported.

Expand Down
235 changes: 235 additions & 0 deletions assets/isolation_forest.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1938260

Please sign in to comment.