gramex
gramex copied to clipboard
A visual analytics platform to build data-based web apps with less code.
I created this gramex.yaml ```yaml url: mlhandler/forecast: pattern: /$YAMLURL/forecast handler: MLHandler kwargs: data: url: $YAMLPATH/inflation.csv # Inflation dataset model: index_col: index # Use index column as timestamps target_col: R class:...
We often run into the inotify limit on Linux. Reduce the number of files / folders watched by Gramex. ┆Issue is synchronized with this [Jira Bug](https://gramenertech.atlassian.net/browse/GRAMEX-176)
If a PostgreSQL table has JSON columns, FormHandler should be able to * filter by values within the JSON column * update specific values within the JSON column ┆Issue is...
Ensure that for every auth handler, when any login fails, we: - [ ] Delay the error report by `delay:` seconds using `self.fail_user()` - [ ] Log the user event...
MLHandler is the only Gramex component that internally **requires** HDF5. (UploadHandler used to do this, but we migrated away from that.) So [PyTables](https://www.pytables.org/) is necessary for Gramex. But since we...
jaidevd -- On Gramex Guide, the example at /mlhandler/ threw the following error on my system. Could you please take a look? ```yaml INFO 23-Jan 18:07:59 __init__ 9988 200 GET...
@sanand0 do we have a checklist of what is to be done before we can fully support Python 3.8?
┆Issue is synchronized with this [Jira New Feature](https://gramenertech.atlassian.net/browse/GRAMEX-140)
┆Issue is synchronized with this [Jira Improvement](https://gramenertech.atlassian.net/browse/GRAMEX-122)
MLHandler supports training & deploying deep learning frameworks: TensorFlow, Keras, PyTorch ┆Issue is synchronized with this [Jira Improvement](https://gramenertech.atlassian.net/browse/GRAMEX-85)