Skip to main content

Awesome evo_science created by maycuatroi

Project description

Evolution Science

codecov CI

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


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)

Uploaded Source

Built Distribution

evo_science-0.1.0-py3-none-any.whl (15.8 kB view details)

Uploaded Python 3

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

Hashes for evo-science-0.1.0.tar.gz
Algorithm Hash digest
SHA256 7a8d109b5a430357866093d6bcc3b0ce0ef3f82d4c09e6e6ad263b178598af45
MD5 53f0251b2b542a08e077d1fae552351e
BLAKE2b-256 5c3238a54f34f819c840b641f5502b175e0dce1b049b27375dd7aa621060425a

See more details on using hashes here.

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

Hashes for evo_science-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 44e624e75f7bac33a2a3e93cd2e7d100d55682302ec32b344123951f974c7c7e
MD5 a2d76042b10f3caa58ed5dc1888c8db7
BLAKE2b-256 af51c9323698e70a07a552537eaf75d910b445af25c52f118a0f4fc831ce79eb

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page