hasklepias: embedded DSL for defining epidemiologic cohorts

[ bsd3, data-science, deprecated, library, program ] [ Propose Tags ]
Deprecated

Please see the README on GitHub at https://github.com/novisci/asclepias#readme


[Skip to Readme]

Modules

[Last Documentation]

  • Cohort
    • Cohort.AssessmentIntervals
    • Cohort.Core
    • Cohort.Criteria
    • Cohort.Index
    • Cohort.Input
    • Cohort.Output
  • EventData
    • EventData.Accessors
    • EventData.Aeson
    • EventData.Arbitrary
    • EventData.Context
      • EventData.Context.Arbitrary
      • EventData.Context.Domain
        • EventData.Context.Domain.Demographics
        • EventData.Context.Domain.Enrollment
    • EventData.Core
    • EventData.Predicates
  • Features
    • Features.Attributes
    • Features.Compose
    • Features.Featureable
    • Features.Featureset
    • Features.Output
  • Hasklepias
    • Hasklepias.CohortCollection
    • Hasklepias.FeatureEvents
    • Hasklepias.MakeApp
    • Hasklepias.Misc
    • Hasklepias.Reexports
    • Hasklepias.ReexportsUnsafe
    • Hasklepias.Templates
      • Hasklepias.Templates.Features
        • Hasklepias.Templates.Features.Enrollment
        • Hasklepias.Templates.Features.NsatisfyP
      • Hasklepias.Templates.TestUtilities
      • Hasklepias.Templates.Tests
  • Stype
    • Stype.Aeson
    • Stype.Categorical
      • Stype.Categorical.Binary
      • Stype.Categorical.Nominal
    • Stype.Numeric
      • Stype.Numeric.Censored
      • Stype.Numeric.Continuous
      • Stype.Numeric.Count

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.4.2, 0.4.3, 0.4.4, 0.5.0, 0.6.0, 0.6.1, 0.7.0, 0.7.1, 0.8.3, 0.12.0, 0.13.0, 0.13.1, 0.14.0, 0.15.0, 0.15.1, 0.15.2, 0.16.0, 0.16.1, 0.17.0, 0.17.1, 0.18.0, 0.20.0
Change log ChangeLog.md
Dependencies aeson (>=1.4.0.0 && <2), amazonka, amazonka-s3, base (>=4.14 && <4.15), bytestring (==0.10.12.0), cmdargs (==0.10.21), co-log (==0.4.0.1), conduit, conduit-extra, containers (==0.6.5.1), contravariant (>=1.4), flow (==1.0.22), ghc-prim (==0.6.1), hasklepias, interval-algebra (==0.10.2), lens (==5.0.1), lens-aeson (==1.1.1), mtl (==2.2.2), nonempty-containers (==0.3.4.1), optparse-applicative, QuickCheck, safe (>=0.3), semiring-simple (==1.0.0.1), tasty (==1.4.1), tasty-hunit (==0.10.0.3), text (==1.2.4.1), time (>=1.11), tuple (==0.3.0.2), unordered-containers (==0.2.14.0), vector (==0.12.2.0), witherable (==0.4.1) [details]
License BSD-3-Clause
Copyright NoviSci, Inc
Author Bradley Saul
Maintainer bsaul@novisci.com
Category Data Science
Home page https://github.com/novisci/asclepias/#readme
Bug tracker https://github.com/novisci/asclepias/issues
Source repo head: git clone https://github.com/novisci/asclepias
Uploaded by bradleysaul at 2021-09-08T18:10:13Z
Distributions
Executables collector, exampleApp
Downloads 3811 total (49 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2021-09-08 [all 2 reports]

Readme for hasklepias-0.20.0

[back to package description]

Project Asclepias

Asclepias (n):

  1. The genus of North American milkweeds, named after Linnaeus after the greek god of healing, Asclepius.
  2. A language and software project for defining and deriving features from temporally ordered events using the interval algebra.

Current status

The initial versions of hasklepias will focus on the ability to derive features from a sorted collection of events. At this time, developers can experiment with feature definitions (see the examples directory).

Getting started

See the manual and the examples