Skip to content

Commit

Permalink
Merge pull request #6 from amazon-science/adivekar
Browse files Browse the repository at this point in the history
[bears] Migrated data processing pipelines from fmcore to bears
  • Loading branch information
adivekar-utexas authored Jan 25, 2025
2 parents 0124135 + 63d4fb9 commit d159d89
Show file tree
Hide file tree
Showing 26 changed files with 2,423 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ __pycache__/
*.swp

.vscode/settings.json
Test-bears.ipynb
*.ipynb
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ dependencies = [
"tqdm",
"boto3",
"cloudpickle>=3.0.0",
"scikit-learn",
]

[project.optional-dependencies]
Expand Down
1 change: 1 addition & 0 deletions src/bears/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
from bears.core.frame.ScalableSeries import ScalableSeries, ScalableSeriesRawType,ScalableSeriesOrRaw
from bears.reader import Reader
from bears.writer import Writer
from bears.processor import DataProcessor, DataPipeline

to_sdf = ScalableDataFrame.of
to_ss = ScalableSeries.of
Expand Down
Loading

0 comments on commit d159d89

Please # to comment.