Franco Luque

Results 10 issues of Franco Luque

This code from the documentation is not working because of this: ``` >>> from featureforge.experimentation.stats_manager import StatsManager >>> sm = StatsManager(None, 'Your-database-name') Traceback (most recent call last): File "", line...

fixed-on-develop

In a very long experiment, I would like to be able to incrementally submit results. This is useful if the experiment fails later, or if I want to make queries...

Described here: https://groups.google.com/forum/?hl=es-419#!topic/iepy/NqIP0nb0-ic

it should! the preprocessing breaks because self.increment is not defined (this is done in the superclass init). https://github.com/machinalis/iepy/blob/develop/iepy/preprocess/ner/base.py#L13

bug

In my own app I am trying to subclass IEDocument to have additional fields and methods, but mongoengine says I can't do it. Not sure if bug or design decision,...

Specifically, those facts that are seed facts. For instance: disease,botulism,symptom,paralysis,CAUSES,,,,,1

bug
question

The tokenizer is not following standard contraction tokenization [0], expected by the Stanford POS tagger. Contractions are not splitted and should be. Also, the apostrophe character ´ is not handled....

bug

Features such as bag_of_words, bag_of_pos, bag_of_wordpos and their bigram versions shouldn't include the two entities involved in the evidence.

bug

With the default pipeline, "can" is tagged as a modal verb (MD) but it should be a noun (NN) in the following examples: - "trash can" - "soda can" -...

enhancement

Random seed should be fixed before this call to random.random(): https://github.com/keras-team/keras-preprocessing/blob/6f679b06d10d39edcb066142eec9e3bcd6d9de4b/keras_preprocessing/sequence.py#L199 Sorry for ignoring the guidelines.

text