Skip to content

Commit

Permalink
Update cleanlab_studio/studio/enrichment.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jonas Mueller <[email protected]>
  • Loading branch information
mturk24 and jwmueller authored Nov 1, 2024
1 parent 5015254 commit 35526a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cleanlab_studio/studio/enrichment.py
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ def run_online(
new_column_name: str,
) -> Dict[str, Any]:
"""
Enrich data in real-time using the same logic as the run() method, but client-side.
Enrich data in real-time using the same logic as the ``run()`` method. This runs client-side on your local machine, processing one record at a time.
Args:
data (Union[pd.DataFrame, List[dict]]): The dataset to enrich.
Expand Down

0 comments on commit 35526a9

Please sign in to comment.