Jaidev Deshpande
Jaidev Deshpande
@radheyakale 1. Start by creating a wrapper class for Keras apps which inherits from [this](https://github.com/gramener/gramex/blob/master/gramex/ml_api.py#L248). Refer to the `HFTransformer` class for an example. 2. Move as much code away from...
@sanand0 Bumping this up. When can we plan to do this?
@sanand0 you noticed this on the IDE? Or did it happen when running Gramex yourself?
@sanand0 The template does not yet support SARIMAX. Forecasting requires a different interface: 1. Different kwargs from sklearn 2. Different evaluation metrics from sklearn 3. Prediction / forecasting needs a...
@sanand0 Yes. The only other thing it's doing is making sure that the effect of `gramex setup --all` is also present on the target machine. Please see https://github.com/gramener/gramex/blob/3f11c8a27af3980de60aa82a40e0b5f595f5226a/pkg/offline/build.tmpl This is...
This basically works, but if we want to use this as a basis to create a script which will generate the tarball; then 1. The Anaconda download URL will keep...
@sanand0 This is what works: ```bash wget https://repo.anaconda.com/miniconda/Miniconda3-py37_4.8.3-Linux-x86_64.sh -O /tmp/miniconda.sh bash /tmp/miniconda.sh -b -p /tmp/gramex-offline /tmp/gramex-offline/bin/conda create -n gramex python=3.7 -y /tmp/gramex-offline/bin/conda install -y 'pip>=20.2' /tmp/gramex-offline/bin/conda install -y -c conda-forge...
@kamleshdjango, checkout this branch, and run `make offline` from the gramex directory. It will create an archive named `gramex-offline.tar.bz2`. Move the created file to the target machine, unpack it, and...
Agreed, sent a PR.
@pratapvardhan We currently don't have a way of letting Gramex users specify dtypes from the yaml or requests. We should, eventually.