Metadata-Version: 2.4
Name: mlr_cpp
Version: 1.0.0
Summary: A high-performance Multiple Linear Regression model implemented in C++ with a clean Python API via Pybind11 bindings
Author: Sidhant Raj Khati
Author-email: Sidhant Raj Khati <sidhant.raj.khati@gmail.com>
License-Expression: MIT
Project-URL: Repository, https://github.com/Sidhant-1299/mlr_cpp.git
Keywords: Machine Learning,Linear Regression,Multiple Linear Regression,C++,Python,Python3
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: C++
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Intended Audience :: Science/Research
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: pandas>=2.2.3
Requires-Dist: pybind11==2.13.6
Dynamic: author

# MLR

A fast and simple Multiple Linear Regression model built in C++ with a Python interface using pybind11.
