Aaron Kramer

Results 8 comments of Aaron Kramer

@pramitchoudhary id prefer to wait for a major release for this, as it breaks all existing code.

Closing for now until were ready to change

@CPapadim @pramitchoudhary can we move this over to https://github.com/datascienceinc/lime/issues, this isnt part of the core skater package

@pramitchoudhary for this, i dont see what the limitation would be, youd just need to provide input_formatter/output_formatter and a callable. Would you like to an add an example?

@pramitchoudhary there arent really any opportunities for this at the moment. The things we could port to cython make up a very small part of the computational footprint.

@pramitchoudhary yeah, freshly fetched; and ill resolve the build errors this weekend.

Thanks @darenr. Re: roadmap, i'd love to get a doc going and start assigning the tasks. I do disagree that there's nothing special about treating a model as a blackbox,...

we should enable this pattern: ``` docs = ['this is a sentence','so is this'] processor = FunctionTransformer(func = func) pipeline = make_pipeline(processor, model) i = TextInterpretation() i.load_data(docs, type = 'text',...