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.

Requirements

  • It is advisable to create a new environment.
conda create -n env_classeval python=3.6
conda activate env_classeval
pip install -r requirements

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}},
}

References

Maintainers

Contribute

  • Contributions are welcome.

Licence

See LICENSE for details.

Donation

  • This work is created and maintained in my free time. Contributions of any kind are very appreciated. Sponsering is also possible.

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.1.tar.gz (8.8 kB view hashes)

Uploaded Source

Built Distribution

classeval-0.1.1-py3-none-any.whl (10.9 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