8000 GitHub - hamelin/pysparkplug: A Python package for creating and training deep graphical models for heterogenous data.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A Python package for creating and training deep graphical models for heterogenous data.

License

Notifications You must be signed in to change notification settings

hamelin/pysparkplug

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pysparkplug is a Python package for distributed heterogeneous density estimation. With only a few lines of code you can specify and fit complex models on variable-length heterogenous data.

To install pysparkplug with make sure you have Python 3.7+ then run

$ git clone https://github.com/LLNL/pysparkplug.git
$ pip ./pysparkplug

Examples

Examples that run locally are located in ./pysp/examples/

$ python pysp/examples/mixture_example.py

Examples that run with Apache Spark are located in./pysp/examples_spark/

$ /path/to/spark/bin/spark-submit --master local[*] --py-files /path/to/package/dist/pysparkplug-0.1.8.4-py3.7.egg ./pysp/examples_spark/mixture_example.py 

License

pysparkplug is distributed under the terms of the MIT license.

LLNL-CODE-844837

About

A Python package for creating and training deep graphical models for heterogenous data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0