André Ekeberg

Results 11 issues of André Ekeberg

I just installed Cipi on a clean VPS with the correct Ubuntu version etc., installation went fine and I was presented with the various credentials after completion like expected. However...

Add support for for passing custom methods to `Classifier` and `Model` for defining custom getter/setter methods that allows us to bypass the `data` object literal that is currently stored directly...

🥳 enhancement
⚡️ performance

When making predictions, and a vocabulary is used, the complete vocabulary (with any new terms not already in the current model vocabulary) needs to exist as a separate copy that...

🐞 bug

Need to implement a smarter method of tokenization which takes into account languages that traditionally does not use spaces between words (currently resulting in full-sentence tokens not suitable for the...

🥳 enhancement
🙋🏼‍♂️ help wanted
👋🏼 good first issue

Add an easy to use command line tool to easily train models from large amounts of files, preferably in a format like the [BBC datasets](http://mlg.ucd.ie/datasets/bbc.html).

🥳 enhancement

Create some practical examples and add these to the documentation, like sentiment analysis, profanity detection, etc.

📘 documentation

Add a simple `StopWords` class and a related `stopWords` getter and setter in the `Model` class, which will store a list of words in a `Set`, and remove these both...

🥳 enhancement

As I was experimenting with your API I noticed that it was a bit "too aggressive" on some pages, removing sections that I would want to keep in the final...

Some classes store configuration/data in as an array and some in individual variables, normalize this and look over how we get and set these (including in the constructors).

enhancement

Examples: - How to target smaller subsets of visitors using `setAllocation` on an `Experiment` - Configuring minimumConfidence and minimumDetectableEffect in `Result` - Passing data and configuration directly to constructors

documentation
help wanted