Skip to content

Commit

Permalink
minor changes - fixes #80
Browse files Browse the repository at this point in the history
  • Loading branch information
sayanchk committed Dec 17, 2021
1 parent f430b95 commit 1adb33a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Import ``luminaire`` module in python
import luminaire
```

Check out [Luminaire documentation](https://zillow.github.io/luminaire) for detailed description of methods and usage.
See [Examples](#Examples) to get started. Also, refer to the [Luminaire documentation](https://zillow.github.io/luminaire) for detailed description of methods and usage.


## Time Series Outlier Detection Workflow
Expand Down Expand Up @@ -122,7 +122,7 @@ wdm_obj = WindowDensityModel(hyper_params=config)
success, training_end, model = wdm_obj.train(data=data)

# Scoring
score, scored_window = model.score(scoring_data)
score, scored_window = model.score(scoring_data) # scoring_data is data over a time-window instead of a datapoint
```

## Contributing
Expand Down

0 comments on commit 1adb33a

Please sign in to comment.