Valay Dave

Results 19 issues of Valay Dave

Context : The `resume` functionality in Metaflow has a few nuances that get noted once used often. When resuming a flow, Metaflow clones the artifacts of the "resuming" flow. If...

good first issue

- Add an attribute to the `TextFilterSearch` object regarding the fuzzy search. - Update DSL Configuration to add fuzzy search

Figure methodology to parse equations and add the representations as a part of the data model.

Integrate data about Comments, likes, etc. from social media (Twitter, Reddit) as a part of the data model. Create scrapers and parsers that can help translate that to the data...

Some Very nice ideas on PDF parsing from Reddit commentor: https://www.reddit.com/r/MachineLearning/comments/nn9q8s/p_arxivminer_a_toolkit_for_scraping_parsing_and/gzv089h?utm_source=share&utm_medium=web2x&context=3

These changes add Metaflow Pathspec to the Airflow UI.

The documentation for saving relational documents and deleting them shows the following: ``` var Advertizer = thinky.createModel("Advertizer", { name: type.string(), }); var Contract = thinky.createModel("Contract", { advId: type.string(), dateTo: type.date(),...

If a flow has the `@trigger_on_finish` decorator, you can locally test it being triggered by an already completed flow. We do this by passing a `--trigger` option to the `run`...