-
I am unable to install the package:
```
> install.packages("arules")
also installing the dependency ‘Matrix’
There is a binary version available but the source version is later:
bi…
-
**Is your feature request related to a problem? Please describe.**
It's more of a great addition rather a problem. PyCaret has a robust collection of algorithms and datasets. It will be a great additi…
-
Hi,
I am using a dataset with 600k rows and when I use the option tune_model it just stucks, I waited 24 hours and still does not pass the 20/25%.
Is it possible to get the Texts and dicitionary…
-
For the NLP module, the assign_model() function is not useful for unseen document data. Maybe add arguments to handle new documents: assign_model(model, **newdata=NULL**, verbose=False)? If newdata is…
-
Hi Pycaret team!
could you please add one more column, which is top_keywords in topic modelling while assigning LDA.
lda = create_model(model='lda', num_topics=6, top_keywords=10, multi_core = T…
-
## Scope
This CRAN Task View proposal contains a list of packages useful for accounting and auditing related tasks, including accessing accounting data, tidying, analyzing and presenting it to stak…
-
Parsing a binary RF classifier trained via `mlr::train()`.
Command:
```
model2DE(getLearnerModel(model),
model_type = 'random forest',
target = feats_f[,target],
…
-
Hello,
In chapter 8, where it is covered the **"Arules"** algorithm, in this section where it is defined *support* and *confidence* the formula for the *support* is missing. It appears the formula …
-
### Describe the feature you want to add to this project
Hi pycaret team,
Please make a tutorial on pycaret recommendations system with Netflix movie recommendation system. And Flipkart shopping w…
-
### Describe the feature you want to add to this project
Hello Pycaret Team....
I have worked on a project purely on NLP. we have many use cases. and we have successfully built Rest API's for all …