-
https://github.com/awslabs/fargatecli
https://github.com/aws/copilot-cli
https://towardsdatascience.com/deploy-pycaret-and-streamlit-app-using-aws-fargate-serverless-infrastructure-8b7d7c0584c2
-
### Describe the feature you want to add to this project
Currently during the setup process, we use the entire y dataset (train + test) to determine some high level model parameters. e.g. seasonal pe…
-
### pycaret version checks
- [X] I have checked that this issue has not already been reported [here](https://github.com/pycaret/pycaret/issues).
- [X] I have confirmed this bug exists on the [latest…
-
### Installation check
- [X] I have read the [installation guide](https://pycaret.gitbook.io/docs/get-started/installation).
### Platform
.
### Installation Method
pip install
### pycaret Versi…
-
Hi,
I am trying to move the legend of a jointplot, but none of the methods works.
I tired
```
import seaborn as sns
penguins = sns.load_dataset("penguins")
sns.jointplot(data=penguins,…
-
When trying to run a command without specifying the parameters argument an error is thrown.
i.e.
`track_execution("pycaretBinary.ipynb", quiet=True, database="pycaret.db")`
```
---------------…
-
### pycaret version checks
- [X] I have checked that this issue has not already been reported [here](https://github.com/pycaret/pycaret/issues).
- [X] I have confirmed this bug exists on the [latest…
-
Working through the last model in the NLP tutorial #2 using my own dataframe with 1 column of type string used in the lda model and 1 column with label, also of type string. The tune_model function r…
-
When trying to run a command without specifying the parameters argument an error is thrown.
i.e.
`track_execution("pycaretBinary.ipynb", quiet=True, database="pycaret.db")`
```
---------------…
-
Hi,
We are planning to integrate scikit-learn-intelex project with [PyCaret](https://www.github.com/pycaret/pycaret)
The issue is as following:
```
from pycaret.datasets import get_data
dat…