Awesome evo_science created by maycuatroi
Project description
Evolution Science
Awesome evo_science created by maycuatroi
Install it from PyPI
pip install evo-science
Example
model = LinearRegressionModel()
x = FeatureSet(features=[PClass, Sex, Age, SibSp, Parch, Fare])
y = FeatureSet(features=[Survived])
(x + y).build(
csv_path="https://web.stanford.edu/class/archive/cs/cs109/cs109.1166/stuff/titanic.csv"
)
model.fit(x=x, y=y)
model.evaluate(x=x, y=y, metrics=[Slope, ErrorStd])
model.calculate_coefficients(x=x)
Development
Read the CONTRIBUTING.md file.
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
evo_science-0.1.14.tar.gz
(12.7 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
File details
Details for the file evo_science-0.1.14.tar.gz.
File metadata
- Download URL: evo_science-0.1.14.tar.gz
- Upload date:
- Size: 12.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ec375181cee63780dc830e7f745c3789f36789db225b3514fc9090b3e45bac67
|
|
| MD5 |
8d7f037b97eeae5bb4a5e2718635fe16
|
|
| BLAKE2b-256 |
edeb3271c1fb7770ef7ab41baba34c6b01c303824eda2a14dc06bda976b6ae34
|
File details
Details for the file evo_science-0.1.14-py3-none-any.whl.
File metadata
- Download URL: evo_science-0.1.14-py3-none-any.whl
- Upload date:
- Size: 20.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0eb4cadd4abbf02b2d9643a8c42cefafee878631c358d5157f4734f3dd9e9164
|
|
| MD5 |
ba19290e6e252460586eac69b1544777
|
|
| BLAKE2b-256 |
1fe49308a021f2af22ef71ba52b86e4c0d1d4aa51207c0aa594acb472b673f6a
|