Skip to main content

Python package classeval

Project description

classeval

Python PyPI Version License Downloads Donate

  • classeval is Python package

Contents

Installation

  • Install classeval from PyPI (recommended). classeval is compatible with Python 3.6+ and runs on Linux, MacOS X and Windows.
  • It is distributed under the MIT license.

Quick Start

pip install classeval
  • Alternatively, install classeval from the GitHub source:
git clone https://github.com/erdogant/classeval.git
cd classeval
python setup.py install

Import classeval package

import classeval as classeval

Example:

df = pd.read_csv('https://github.com/erdogant/hnet/blob/master/classeval/data/example_data.csv')
model = classeval.fit(df)
G = classeval.plot(model)

Citation

Please cite classeval in your publications if this is useful for your research. Here is an example BibTeX entry:

@misc{erdogant2020classeval,
  title={classeval},
  author={Erdogan Taskesen},
  year={2019},
  howpublished={\url{https://github.com/erdogant/classeval}},
}

Maintainers

Contribute

  • Contributions are welcome.

Licence

See LICENSE for details.

Donation

  • This work is created and maintained in my free time. If you wish to buy me a Coffee for this work, it is very appreciated.

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

classeval-0.1.4.tar.gz (12.4 kB view hashes)

Uploaded Source

Built Distribution

classeval-0.1.4-py3-none-any.whl (15.6 kB view hashes)

Uploaded Python 3

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