Skip to content

ontosample 0.1.1

Compare
Choose a tag to compare
@alkidbaci alkidbaci released this 16 Dec 17:40
· 34 commits to main since this release

We are happy to announce the first release of ontosample.

You can now use pip install ontosample to get it via the Python Package index.

Changes since the initialization commit:

  • We are keeping only the ontolearn files that are necessary to make the sampling work. Everything else is removed from ontolearn module.
  • Refactored the code of samplers, now the code is more compact and they are divided in three modules:
    • classic_samplers.py
    • lpc_samplers.py
    • lpf_samplers.py

Note: If you want to try concept learning algorithms of ontolearn, you have to install the whole ontolearn package because ontosample is using a light version of it.