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.0.tar.gz
(10.7 kB
view details)
Built Distribution
File details
Details for the file evo-science-0.1.0.tar.gz
.
File metadata
- Download URL: evo-science-0.1.0.tar.gz
- Upload date:
- Size: 10.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7a8d109b5a430357866093d6bcc3b0ce0ef3f82d4c09e6e6ad263b178598af45 |
|
MD5 | 53f0251b2b542a08e077d1fae552351e |
|
BLAKE2b-256 | 5c3238a54f34f819c840b641f5502b175e0dce1b049b27375dd7aa621060425a |
File details
Details for the file evo_science-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: evo_science-0.1.0-py3-none-any.whl
- Upload date:
- Size: 15.8 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 | 44e624e75f7bac33a2a3e93cd2e7d100d55682302ec32b344123951f974c7c7e |
|
MD5 | a2d76042b10f3caa58ed5dc1888c8db7 |
|
BLAKE2b-256 | af51c9323698e70a07a552537eaf75d910b445af25c52f118a0f4fc831ce79eb |