Metadata-Version: 2.1
Name: fcapsy-experiments
Version: 0.2.0
Summary: Package of experiments for fcapsy library.
Home-page: https://github.com/mikulatomas/fcapsy_experiments
Author: Tomáš Mikula
Author-email: mail@tomasmikula.cz
License: MIT license
Keywords: fca formal concept analysis experiments
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: AUTHORS.md

[![PyPI version](https://badge.fury.io/py/fcapsy-experiments.svg)](https://badge.fury.io/py/fcapsy-experiments)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

# fcapsy-experiments
📦 Package of experiments for [fcapsy](https://github.com/mikulatomas/fcapsy) library.

⚠️ Library is mainly used in research. API can change rapidly.

![logo](https://github.com/mikulatomas/fcapsy-experiments/raw/main/logo.png)

## Installation
Package is avaliable in alpha version via `pip`.

```bash
$ pip install fcapsy-experiments
```

## Used in papers
> Belohlavek, R., & Mikula, T. (2020). Typicality in Conceptual Structures Within the Framework of Formal Concept Analysis. Proceedings of CLA 2020, 33-45.
http://ceur-ws.org/Vol-2668/paper2.pdf

> Belohlavek, R., & Mikula, T. (2021). Typicality: A formal concept analysis account. International Journal of Approximate Reasoning.
https://doi.org/10.1016/j.ijar.2021.12.001

## Dependencies

fcapsy-experiments requires:

* Python (>= 3.6)
* fcapsy
* plotly
* pandas
* numpy
* sklearn
* fuzzycorr


