Skip to main content

A little CCF implementation in a Spark context with networkx

Project description

CcfSpark version 0.3.1.1

A little CCF implementation in a Spark context with networkx.

Build Status codecov

Installation

Use the package manager pip to install.

pip install ccf_spark

Usage

import ccf_spark

sc = SparkContext()
p = ccf_spark.CcfSpark(
    sc,
    secondary_sorting=True,
)
p.iterate_all()
print(p.print())

Or see example.py

Authors

  • Théo Chennebault
  • Louis Ledoux
  • Théophile Dano

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ccf_spark-0.3.1.1.tar.gz (3.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page