New PSyKE structure (from version 0.4.5) #232
sabbatinif
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
From version 0.4.5 GUI and students' code are only in separate branches. In the future, the GUI will be placed in a separate repository and students' code will be included in the master after a careful revision/testing.
Furthermore, package structure and interfaces have been moved/changed. In particular, the
psykepackage contains the following subpackages:extraction, for SKE techniques (cart,real,trepan,iter,gridex,gridrex,creepy);tuning, for automated parameter tuning (pedro,orchid,crash);clustering, for interpretable clustering algorithms (creamandexact).SKE techniques based on hypercubes (
iter,gridex,gridrex,creepy) can be found withinextraction.hypercubic.The
__init__.pyfile of thepsykepackage contains the following interfaces:EvaluableModel;ExtractorandClustering, extendingEvaluableModel;PedagogicalExtractor, extendingExtractor.Other interfaces are:
HyperCubePredictor(inhypercubic/__init__.py);HyperCubeExtractor, extendingHyperCubePredictorandPedagogicalExtractor(inhypercubic/__init__.py);HyperCubeClustering, (inclustering/__init__.py).Beta Was this translation helpful? Give feedback.
All reactions