API Usage

Why feature_name is not supported?

We provide a constant extension of Fedot’s feature set. However, any Pull Requests and issues from external contributors that introduce or suggests the new features will be appreciated. You can create your pull request or issue in the main repository of Fedot.

Can I change path to cacher’s database files?

Using FEDOT’s main API you can change cache_dir parameter with your custom path to the database files.

So, setting it would look like:

your_custom_path = ...
...
model = Fedot(..., cache_dir=your_custom_path, ...)
...