Skip to main content

Predictive machine learning for Celonis

Project description

celoMine

PyPI Downloads Stack Overflow Nature Paper

celoMine brings predictive machine learning to your Celonis analyses to enable deep process insights and data-driven decision-making. This powerful python framework leverage machine learning algorithms and visualization techniques within your Celonis analyses to drive process optimization.

Logo celoMine

Requirements

  • Python 3.x
  • pandas
  • scikit-learn
  • matplotlib

Installation

You can install the celoMine package using pip. Here's the installation command from your terminal:

pip install celoMine

Make sure you have Python and pip installed on your system before running this command. After the installation, you can import the package in your Python code using the following line:

import celoMine

That's all it takes to install the package and import it into your project.

Usage

Analyzing Event Logs

The AnalyseEventLog class allows you to preprocess and analyze event log data. Here is an example of how to use it:

from analyse_event_log import AnalyseEventLog

# Create an instance of AnalyseEventLog
log_analyzer = AnalyseEventLog()

# Load event log data from a CSV file
log_analyzer.load_data('event_log.csv')

# Preprocess the data
log_analyzer.preprocess_data()

# Train a machine learning model
log_analyzer.train_model()

# Get the accuracy of the model
accuracy = log_analyzer.get_model_accuracy()

# Visualize the event log data
log_analyzer.visualize_data()

Visualizing Event Logs

The VisualizeEventLog class allows you to visualize event log data. Here is an example of how to use it:

from visualize_event_log import VisualizeEventLog

# Create an instance of VisualizeEventLog
log_visualizer = VisualizeEventLog()

# Load event log data from a CSV file
log_visualizer.load_data('event_log.csv')

# Plot the frequency of events over time
log_visualizer.plot_event_frequency()

# Plot the distribution of events by category
log_visualizer.plot_event_category_distribution()

Contributing

Contributions are welcome! If you have any suggestions or find any issues, please open an issue or submit a pull request.

License

This project is licensed under the GPL v3 License.

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

celoMine-0.0.5.tar.gz (16.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

celoMine-0.0.5-py3-none-any.whl (17.0 kB view details)

Uploaded Python 3

File details

Details for the file celoMine-0.0.5.tar.gz.

File metadata

  • Download URL: celoMine-0.0.5.tar.gz
  • Upload date:
  • Size: 16.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.0

File hashes

Hashes for celoMine-0.0.5.tar.gz
Algorithm Hash digest
SHA256 66e7e73d1fe890542683ddc9399b641b589092b04be432eb329d93e7c956ed0e
MD5 9929d9335cfa1e5351a72f3e31722179
BLAKE2b-256 8cb32d0bbaa0d5128e304f1aca4c9723b7565b5869df022f7ff746126fde47d8

See more details on using hashes here.

File details

Details for the file celoMine-0.0.5-py3-none-any.whl.

File metadata

  • Download URL: celoMine-0.0.5-py3-none-any.whl
  • Upload date:
  • Size: 17.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.0

File hashes

Hashes for celoMine-0.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 7738bd23c971dd00e9a6c4d046f55339840d0dd5b3919b86ed167e3c08d548cc
MD5 d6b0a2bcc424cf2d3cc093ee17564a5a
BLAKE2b-256 48c6be036e6e5616a3fc7dbed2e81f1f605cd8ab79ec854e1b5afdec0406decc

See more details on using hashes here.

Supported by

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