Skip to content

Commit

Permalink
Fixing review issues
Browse files Browse the repository at this point in the history
Fixes #89
  • Loading branch information
kwinkunks committed Dec 9, 2023
1 parent f6b73bc commit 5eb9b16
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions paper/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ method on existing Pandas objects, e.g. `df['target'].redflag.is_imbalanced()`.
3. **Standalone functions** which the user can compose their own checks and
tests with, e.g. `redflag.is_imbalanced(y)`.

There are two kinds of `scikit-learn` transformer:
The `scikit-learn` transformers are of two kinds:

- **Detectors** check every dataset they encounter. For example,
`redflag.ClippingDetector` checks for clipped data during both model fitting
Expand All @@ -121,8 +121,10 @@ services, and a correspondingly large API. Meanwhile,
[`pandera`](https://github.com/unionai-oss/pandera),
[`pandas-profiling`](https://github.com/ydataai/ydata-profiling) are all
oriented around Pandas, Spark or other DataFrame-like structures. Finally,
[`evidently`](https://github.com/evidentlyai/evidently) provides on a Jupyter
interface with lots of plots.
[`evidently`](https://github.com/evidentlyai/evidently) provides a graphical
dashboard for Jupyter. In comparison, _Redflag_ is easier to set up and use
than `great_expectations` and `pandera`, and while it is compatible with
Pandas DataFrames and Jupyter it does not depend on them.

By providing to machine learning practitioners a range of alerts and alarms,
each of which can easily be inserted into existing workflows and pipelines,
Expand Down

0 comments on commit 5eb9b16

Please sign in to comment.