-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
214 changed files
with
32,037 additions
and
98 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,24 @@ | ||
""" | ||
bioprocessnexus package | ||
This package provides tools and modules for processing, analyzing, and managing techno economic bioprocess data. | ||
It includes functions and classes for data management, model training, prediction, performance | ||
evaluation, and SHAP explanations. | ||
Modules: | ||
- data_management: Functions for managing and processing data. | ||
- explanations: Tools for generating SHAP explanations. | ||
- helpers: Utility functions for various tasks. | ||
- hist: Functions related to histogram processing and analysis. | ||
- interact_hist: Interactive histogram functionalities. | ||
- main: The main execution script. | ||
- mc_subsampling: Monte Carlo subsampling utilities. | ||
- model_training: Tools for training predictive models. | ||
- optimizer: Optimization of model responses. | ||
- performance_eval: Functions for evaluating model performance. | ||
- prediction_making: Functions for making predictions with trained models. | ||
- scaling_performance: Utilities for data scaling and performance testing. | ||
""" | ||
|
||
from .main import launch_nexus |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+1.11 KB
(110%)
bioprocessnexus/__pycache__/performance_eval.cpython-311.pyc
Binary file not shown.
Binary file modified
BIN
+1.65 KB
(110%)
bioprocessnexus/__pycache__/prediction_making.cpython-311.pyc
Binary file not shown.
Binary file modified
BIN
+1.1 KB
(110%)
bioprocessnexus/__pycache__/scaling_performance.cpython-311.pyc
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.