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.12.tar.gz
(12.0 kB
view details)
Built Distribution
File details
Details for the file evo_science-0.1.12.tar.gz
.
File metadata
- Download URL: evo_science-0.1.12.tar.gz
- Upload date:
- Size: 12.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 83189b7c49e1f3128a91e433b82b0c00e05f7c12acae89051375dcbdce880c3f |
|
MD5 | 4440d4cb1c9cb21fc8a602cc36ab1691 |
|
BLAKE2b-256 | d3f1f4cfa5e62def06eb53e4fc662a733cdcd0c37c9e6e1f5cbec0a8d9d9168b |
File details
Details for the file evo_science-0.1.12-py3-none-any.whl
.
File metadata
- Download URL: evo_science-0.1.12-py3-none-any.whl
- Upload date:
- Size: 19.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d92e2f3b80f99bec49013f5db48e78c1b43748e17a4d5a3a04f57efed9b7e13d |
|
MD5 | 39cc7bf4cd7356ca95a6266659021483 |
|
BLAKE2b-256 | a1a1946f75b657e61fe64c06538810ea7ec68af924fd698cf6d5a96f5175b1a9 |