Skip to main content

Predictive machine learning for Celonis

Project description

celoMine

Logo 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.

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.7.tar.gz (16.7 kB view hashes)

Uploaded Source

Built Distribution

celoMine-0.0.7-py3-none-any.whl (17.0 kB view hashes)

Uploaded Python 3

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