A econometrics algorithms package in Python
Project description
DeepEcon
DeepEcon:Your one-stop Python package for econometric algorithms
Quickly Start
Install from Pypi
pip install deepecon
Run a regression
from deepecon.estimators import OLS
import pandas as pd
df: pd.DataFrame
y_col = 'y'
X_cols = ['x1', 'x2', 'x3']
ols = OLS(df)
result = ols(y_col, X_cols)
Roadmap
View the roadmap here.
License
Star History
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
deepecon-0.1.1.tar.gz
(37.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
deepecon-0.1.1-py3-none-any.whl
(24.3 kB
view details)
File details
Details for the file deepecon-0.1.1.tar.gz.
File metadata
- Download URL: deepecon-0.1.1.tar.gz
- Upload date:
- Size: 37.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
172441f84c522e187711585e8d5837dac602dd645a81d711f9436d668c2d858d
|
|
| MD5 |
a626d60fb7a1d1d3ef6fc7d8ac0e2178
|
|
| BLAKE2b-256 |
7f904872757509b744181518edace61809a7332b98ca6f0757d3a12e188588c1
|
File details
Details for the file deepecon-0.1.1-py3-none-any.whl.
File metadata
- Download URL: deepecon-0.1.1-py3-none-any.whl
- Upload date:
- Size: 24.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a59596472cf5cd911c2e461372df2737a3ae32db1e30fd44446472514bef63b6
|
|
| MD5 |
4ec462918e59bca47abd010db6c5e4d8
|
|
| BLAKE2b-256 |
b25af05f96f20f46e6b0726fb0901d7208c4cf32983056098de0af9edcc1f4d5
|