mmer 1.0.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
mmer-1.0.0/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025 Sajad Hussaini
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
mmer-1.0.0/PKG-INFO ADDED
@@ -0,0 +1,85 @@
1
+ Metadata-Version: 2.4
2
+ Name: mmer
3
+ Version: 1.0.0
4
+ Summary: MMER: Multivariate Mixed Effects Regression.
5
+ Author-email: Sajad Hussaini <hussaini.smsajad@gmail.com>
6
+ License-Expression: MIT
7
+ Project-URL: Homepage, https://github.com/Sajad-Hussaini/mmer
8
+ Project-URL: Repository, https://github.com/Sajad-Hussaini/mmer
9
+ Project-URL: Issues, https://github.com/Sajad-Hussaini/mmer/issues
10
+ Keywords: mmer,multivariate regression,mixed-effects,machine-learning,uncertainty quantification,ground motion models,earthquake engineering
11
+ Classifier: Programming Language :: Python :: 3
12
+ Classifier: Operating System :: OS Independent
13
+ Classifier: Intended Audience :: Science/Research
14
+ Classifier: Topic :: Scientific/Engineering
15
+ Requires-Python: >=3.10
16
+ Description-Content-Type: text/markdown
17
+ License-File: LICENSE
18
+ Requires-Dist: numpy
19
+ Requires-Dist: scipy
20
+ Requires-Dist: joblib
21
+ Requires-Dist: matplotlib
22
+ Requires-Dist: scikit-learn
23
+ Requires-Dist: tqdm
24
+ Requires-Dist: sphinx
25
+ Requires-Dist: sphinx_rtd_theme
26
+ Requires-Dist: myst-parser
27
+ Requires-Dist: nbsphinx
28
+ Dynamic: license-file
29
+
30
+ # MMER - Multivariate Mixed Effects Regression
31
+
32
+ [![Python](https://img.shields.io/badge/python-3.10+-blue.svg)](https://www.python.org/downloads/)
33
+ [![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
34
+ [![PyPI](https://img.shields.io/pypi/v/mmer.svg)](https://pypi.org/project/mmer)
35
+ [![Documentation Status](https://readthedocs.org/projects/mmer/badge/?version=latest)](https://mmer.readthedocs.io/en/latest/?badge=latest)
36
+
37
+ **MMER** is a Python package for multivariate mixed-effects regression. It uniquely features a modular fixed-effect component, supporting both parametric models and non-parametric machine learning regressors (e.g., neural networks, random forests, XGBoost). MMER handles multiple responses, grouping factors, and linear random effects structures [[1]](#references).
38
+
39
+ ## Table of Contents
40
+ - [Features and Installation](#features-and-installation)
41
+ - [User Guide](#user-guide)
42
+ - [License](#license)
43
+ - [Contact](#contact)
44
+ - [References](#references)
45
+
46
+ ## Features and Installation
47
+
48
+ See the [Documentation](https://mmer.readthedocs.io/en/latest/?badge=latest).
49
+
50
+ ## User Guide
51
+
52
+ The full documentation, including examples and the complete API reference, is available at [mmer.readthedocs.io](https://mmer.readthedocs.io/en/latest/?badge=latest).
53
+
54
+ ## License
55
+
56
+ MMER is released under the [MIT License](https://opensource.org/licenses/MIT).
57
+ See the [LICENSE](LICENSE) file for the full text.
58
+
59
+ ## Contact
60
+
61
+ For questions or assistance, please feelfree to contact:
62
+
63
+ **S.M. Sajad Hussaini**
64
+ 📧 [hussaini.smsajad@gmail.com](mailto:hussaini.smsajad@gmail.com)
65
+
66
+ > Please include "MMER" in the subject line for a quicker response.
67
+
68
+ ## Support the Project
69
+
70
+ If you find this package useful, contributions to help maintain and improve it, are always appreciated.
71
+
72
+ [![PayPal](https://img.shields.io/badge/PayPal-Donate-blue.svg)](https://www.paypal.com/paypalme/sajadhussaini)
73
+
74
+ ## References
75
+
76
+ Please cite the following references for any formal study:
77
+
78
+ **[1] Primary Reference**
79
+ *A Multivariate Mixed-Effects Regression Framework for Ground Motion Modeling: Integrating Parametric and Machine Learning Approaches*
80
+ *DOI: [To be added]*
81
+ (Expected publication in the Journal of Earthquake Engineering and Structural Dynamics)
82
+
83
+ **[2] MMER Package**
84
+ *MMER: Multivariate Mixed Effects Regression*
85
+ *DOI: [To be added]*
mmer-1.0.0/README.md ADDED
@@ -0,0 +1,56 @@
1
+ # MMER - Multivariate Mixed Effects Regression
2
+
3
+ [![Python](https://img.shields.io/badge/python-3.10+-blue.svg)](https://www.python.org/downloads/)
4
+ [![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
5
+ [![PyPI](https://img.shields.io/pypi/v/mmer.svg)](https://pypi.org/project/mmer)
6
+ [![Documentation Status](https://readthedocs.org/projects/mmer/badge/?version=latest)](https://mmer.readthedocs.io/en/latest/?badge=latest)
7
+
8
+ **MMER** is a Python package for multivariate mixed-effects regression. It uniquely features a modular fixed-effect component, supporting both parametric models and non-parametric machine learning regressors (e.g., neural networks, random forests, XGBoost). MMER handles multiple responses, grouping factors, and linear random effects structures [[1]](#references).
9
+
10
+ ## Table of Contents
11
+ - [Features and Installation](#features-and-installation)
12
+ - [User Guide](#user-guide)
13
+ - [License](#license)
14
+ - [Contact](#contact)
15
+ - [References](#references)
16
+
17
+ ## Features and Installation
18
+
19
+ See the [Documentation](https://mmer.readthedocs.io/en/latest/?badge=latest).
20
+
21
+ ## User Guide
22
+
23
+ The full documentation, including examples and the complete API reference, is available at [mmer.readthedocs.io](https://mmer.readthedocs.io/en/latest/?badge=latest).
24
+
25
+ ## License
26
+
27
+ MMER is released under the [MIT License](https://opensource.org/licenses/MIT).
28
+ See the [LICENSE](LICENSE) file for the full text.
29
+
30
+ ## Contact
31
+
32
+ For questions or assistance, please feelfree to contact:
33
+
34
+ **S.M. Sajad Hussaini**
35
+ 📧 [hussaini.smsajad@gmail.com](mailto:hussaini.smsajad@gmail.com)
36
+
37
+ > Please include "MMER" in the subject line for a quicker response.
38
+
39
+ ## Support the Project
40
+
41
+ If you find this package useful, contributions to help maintain and improve it, are always appreciated.
42
+
43
+ [![PayPal](https://img.shields.io/badge/PayPal-Donate-blue.svg)](https://www.paypal.com/paypalme/sajadhussaini)
44
+
45
+ ## References
46
+
47
+ Please cite the following references for any formal study:
48
+
49
+ **[1] Primary Reference**
50
+ *A Multivariate Mixed-Effects Regression Framework for Ground Motion Modeling: Integrating Parametric and Machine Learning Approaches*
51
+ *DOI: [To be added]*
52
+ (Expected publication in the Journal of Earthquake Engineering and Structural Dynamics)
53
+
54
+ **[2] MMER Package**
55
+ *MMER: Multivariate Mixed Effects Regression*
56
+ *DOI: [To be added]*
@@ -0,0 +1,6 @@
1
+ from .core.mixed_effect import MixedEffectRegressor
2
+ from .core.mixed_result import MixedEffectResults
3
+ from .utils.multi_output import MultiOutputRegressor
4
+
5
+ __version__ = '1.0.0'
6
+ __all__ = ['MixedEffectRegressor', 'MixedEffectResults', 'MultiOutputRegressor']
File without changes