Skip to content

issues Search Results · repo:wireservice/proof language:Python

Filter by

15 results
 (64 ms)

15 results

inwireservice/proof (press backspace or delete to remove)

Hello, Would be great if there was a built-in way to define that a process will be the last one executed. Something like: works as expected... analysis = proof.Analysis(initialize_data, last_process=last_process) ...
enhancement
  • alexandre
  • 1
  • Opened 
    on Jul 11, 2016
  • #17

This would make it easier to use Proof to load and clean your data, then to switch to exploratory analysis with another tool, such as a Jupyter notebook.
question
  • aplayford
  • 2
  • Opened 
    on Mar 27, 2016
  • #16

There are often cases where multiple reporters, with different skillsets, will be working on analysis in parallel. Often the common language is a SQL database. It would be cool to be able to replace the ...
enhancement
  • ghing
  • 2
  • Opened 
    on Jan 11, 2016
  • #14

I think this is a proof issue? Sample code: import agate import proof def load_data(data): data[ responses ] = agate.Table.from_csv( responses.csv ) def unweighted_totals(data): data[ first ...
bug
  • TylerFisher
  • 4
  • Opened 
    on Dec 11, 2015
  • #13

I like the idea behind proof, but find the step chaining cumbersome in some cases. I know this isn t very constructive feedback and I m still working out exactly which cases these are. Rather than feature ...
enhancement
  • ghing
  • 2
  • Opened 
    on Nov 23, 2015
  • #12

Can I switch to something like JSON and keep it generic? Is there a method I can implement on my agate objects to ensure they serialize correctly? http://www.benfrederickson.com/dont-pickle-your-data/ ...
enhancement
  • onyxfish
  • 4
  • Opened 
    on Oct 22, 2015
  • #11

File /Users/tylerfisher/.virtualenvs/amazon-data/lib/python2.7/site-packages/proof/analysis.py , line 133, in then _trace=self._trace File /Users/tylerfisher/.virtualenvs/amazon-data/lib/python2.7/site-packages/proof/analysis.py ...
  • TylerFisher
  • Opened 
    on Sep 24, 2015
  • #10

Hi If there will be a feature that let us add argument to the process would be good. for example: proof.arguments({ file_path : path/to/file , lr : .1}) So the arguments will be shared between process. ...
enhancement
  • hadisinaee
  • Opened 
    on Sep 14, 2015
  • #9

Any reason the library is a package and not a single Python module?
  • NiklasRosenstein
  • 2
  • Opened 
    on Sep 10, 2015
  • #8

In broca there s support for branching pipelines so you can combine pipelines which have many redundant components - I was thinking of breaking that out into a separate package but it seems like it may ...
question
  • frnsys
  • 2
  • Opened 
    on Sep 4, 2015
  • #6
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub