-
Ploomber
- Boston, MA
- https://ploomber.io
- @edublancas
Block or Report
Block or report edublancas
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
ploomber/ploomber Public
The fastest
⚡️ way to build data pipelines. Develop iteratively, deploy anywhere.☁️ -
-
ploomber/soopervisor Public
☁️ Export Ploomber pipelines to Kubernetes (Argo), Airflow, AWS Batch, SLURM, and Kubeflow. -
ml-testing Public
🐍 Material for PyData Global 2021 Presentation: Effective Testing for Machine Learning Projects -
sklearn-evaluation Public
Machine learning model evaluation made easy: plots, tables, HTML reports, experiment tracking and Jupyter notebook analysis.
-
2,826 contributions in the last year
Contribution activity
April 2022
Created 68 commits in 6 repositories
Created a pull request in ploomber/ploomber that received 10 comments
Refactors config files
I refactored the logic to store and retrieve the data from the config files. This is a pre-requisite to start working on the improved onboarding wo…
Reviewed 6 pull requests in 1 repository
ploomber/ploomber
6 pull requests
Created an issue in ploomber/ploomber that received 5 comments
reimplement multi-threaded downloads with async
there are a few places where we are using multithreading to download files, but looks like using asyncio is a better option. we'd first have to do …
Opened 20 other issues in 2 repositories
ploomber/ploomber
15
open
4
closed
- Add link to custom names in grid docs
- Fix left bar scrolling CSS
- plotting with d3 backend
- remove xfail from cloud tests once cloud monitoring is fixed
- skipped tests
- unused function?
- PR CI failing
- Pipeline monitoring broken in new deployment
-
Improve feedback when running
ploomber task - ci fix
- Documentation improvements
- making public some parts of the private Python API
- with_env decorator should read from the env var if any
- support for loading from a pipeline.py
- error when userializing complex parameters in notebook
- installing ploomber yields to an old click version
-
Catch error when using
productinstead ofproduct[key] - display a warning/error if a function task contains a notebook product
- add a tutorial on File clients