Lucas Bonatto Miguel

Results 13 issues of Lucas Bonatto Miguel

Currently, one is needed to know a convention of parameters names to set when implementing the components of the DASFE pattern. For instance, in the Preparator class, the user needs...

enhancement

Currently, the engine Dockerfile has a snippet commented to be uncommented by whom wants to use Spark. Requiring user to uncomment code in order to achieve functionality is not a...

enhancement

It should be possible to run Marvin's toolbox and engine-executor using docker commands. The installation steps could be as simple as: docker run -it

story

Now we have a CLI to build docker images. This fixes issue #35 This first version is able to build two type of docker images: - base - This is...

In order to be compatible with most PaaS that run APIs it should be possible to build a docker image using Marvin's CLI

story

When trying to install Marvin toolbox with Python Anaconda an error is being thrown when running the command mkvirtualenv

bug

It should be possible to deploy a full engine (engine code + engine executor server) to AWS EC2 instances.

story

Currently there is no rule on how to define messages and the contract when exchanging these messages between actors. For example, the PredictorFSM send message to OnlineAction which pipes to...

enhancement

In order to integrate with most cloud computing platforms it is necessary to have the ability to run engines as docker containers. We may have different versions of docker and...

story

When running the engine-executor from a remote machine, it's not possible to run batch actions (acquisitor, tpreparator, trainer and pipeline). The artifacts are being generated in the machine where the...

enhancement