hotfix: add dataset loading to examples
Created by: Lopa10ko
Summary
-
add dataset loading cells to a health_insurance examples (4d19c1bc) -
update a README.md
section ofFedotAI
initialization example (b267c943)
Context
These changes ensure that the pynb examples function properly. The dataset should be injected in the FedotAI
constructor as an instance of the fedot_llm.data.data.Dataset
, rather than as a string representing the path to the dataset folder.