ContextLab / ContextLab/quail

feature request: custom analysis function

Open
#31 3 comments 0 reactions 0 assignees View on GitHub
future release
Dominant language
Python
Stars
21
Forks
10
PR merge metrics
No merged PRs in 30d

Description

With our current model, I think it would be pretty easy to support custom list-wise analyses. For instance, the user could do something like this:

```
custom_analysis = lambda lst: [item+1 for item in lst]
pyr.analyze(pyro, analysis='custom', analysis_function=custom_analysis)
```

admittedly a stupid custom analysis but you get the point..think this would be desirable?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.