Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
valer1435 committed Dec 11, 2023
1 parent 49e1e7e commit 19aee54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/examples/classification_example.rst
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ To load fitted pipeline you can invoke ``.load()`` from just initialised ``Pipel
And you can do inference:

.. code-block:: python
import pandas as pd
from fedot.core.repository.dataset_types import DataTypesEnum
from fedot.core.repository.tasks import Task, TaskTypesEnum
Expand Down
1 change: 1 addition & 0 deletions docs/source/examples/regression_example.rst
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ To load fitted pipeline you can invoke ``.load()`` from just initialised ``Pipel
And you can do inference:

.. code-block:: python
import pandas as pd
from fedot.core.repository.dataset_types import DataTypesEnum
from fedot.core.repository.tasks import Task, TaskTypesEnum
Expand Down

0 comments on commit 19aee54

Please sign in to comment.