Case-Based / casebased

A Library that implements Case-Based Reasoning Principles. Learn CBR here or use it in your next ML Project! Building in public visit us here:
https://www.casebased.org
MIT License
2 stars 0 forks source link

Case Base Maintainer Component #11

Open jonasliendl opened 2 months ago

jonasliendl commented 2 months ago

The Case Base Maintainer manages tasks related to the case base. It should be able to add data to the case base, update the cases, and remove cases that aren't improving the system's performance.

To-Dos

Features

add_data()

update_utils()

prune()

get_current_casebase()

jonasliendl commented 2 months ago

@junkratjannek I've added a new method to implement for the case-base class.