Mohit Mehta

Results 12 comments of Mohit Mehta

AC Criteria: 1. Look at different APIs and how other ML libs are implementing grid search 2. Test case 3. Changelog 4. Maybe publish a blog about it as it...

Acceptance Criteria: - Make documentation/tutorial on how one can use `dag.status()` in conjunction with docstring to enhance their pipeline

@edublancas It seems `papermill` also uses the `engine_name` parameter. So, what does `engine_name` intend to do is, select from `Papermill` and `ploomber-engine`. We can completely remove the `engine_name` and use...

AC Criteria: - Analyze and scope out jupyter notebook to decide what are the possible cases to migrate to server 7 - Migrate to notebook 7 while still support 6...

Regarding this issue, it seems like the ploomber Jupyter extension has been based on the Jupytext Jupyter extension, but after browsing the Jupytext repo, it seems like the changes are...

- [Migration Guide](https://jupyter-notebook.readthedocs.io/en/latest/migrate_to_notebook7.html) - [Server Extension](https://jupyter-notebook.readthedocs.io/en/latest/migrating/server-extensions.html) - [Simulatanous Use](https://jupyter-notebook.readthedocs.io/en/latest/migrating/multiple-interfaces.html) - [Jupytext Server Extension](https://github.com/mwouts/jupytext/blob/971b1e80e1b759fbf7fda3f9dc79d9ca9c3abcb9/jupytext/__init__.py#L23) - [Migrate notebook to server](https://jupyter-server.readthedocs.io/en/latest/operators/migrate-from-nbserver.html)

I am not entirely sure about how to implement this: `Ensure column is a number type` Because every database may have different datatypes, so is there a way to infer...

@edublancas I am trying to think of a method to get the column type of a particular column that is database agnostic and works for both files as well as...

AC Criteria: - Fix the return type and function calls - Testcases - Changelog

@edublancas ## Problem In the case of string based column or a categorical column, the `histogram` function fails, because various SQL statements used in histogram functions are written with numerical...