-
**Is your feature request related to a problem? Please describe.**
Yes, currently whenever the soft-keyboard is shown for searching the members, the bottom navigation bar moves up which shouldn't hav…
-
__Proposal: Add generic support for exploratory workflows__
In big data pipelines, various variants of a specific operator may be
considered. For instance, the variants are related to a data cle…
-
When the dataset doesn't fit in main memory it could be useful to allow to just analyze a single sample instead of all the dataset. This would require to adjust the support to `p*s` where `p` is the s…
-
Hi, for the apriori algorithm, I use the following parameters:
support, minlen, maxlen, confidence, target ( = "rules"). I am currently using this set to both tune my model as well as limit the size o…
-
An enhancement.
My initial thought was that retaining color channels throughout would give better results. In my current code I calculate an orientation difference for each channel RGB, in range [0,…
-
### Is this a new feature, an improvement, or a change to existing functionality?
New Feature
### How would you describe the priority of this feature request
High
### Please provide a clear descri…
-
----------------------------------------Experiment: 13
Objects: 30
Attributes: 90
Apriori
Parameter specification:
confidence minval smax arem aval originalSupport
1 0…
-
### Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is.
- In the API endpoint of User recommender in the 'user' application, th…
-
This is what we should implement in code with pruning.
1. Let k=1
2. Generate frequent itemsets of length k
3. Repeat until no new frequent itemsets are identified
- Generate length (k+1) candida…
-
If my transactions of the form are :
[
['def', 'abc', 'xyz'],
['def', 'xyz', 'abc']
]
It shows there's a sequence of the form
```
{
"itemSet": [
"abc",
"de…