Skip to content

Commit

Permalink
fix some doc strings
Browse files Browse the repository at this point in the history
  • Loading branch information
MorrisNein committed Mar 28, 2023
1 parent 5569b80 commit a397ad7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion fedot/api/api_utils/assumptions/assumptions_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ def __init__(self, data: InputData):
"""
Class for handling operations related with assumptions
:param data: data for pipelines
Args:
data: data for pipelines.
"""
self.log = default_log(self)
self.data = data
Expand Down
5 changes: 3 additions & 2 deletions fedot/api/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@
class Fedot:
"""Main class for FEDOT API.
Facade for :class:`ApiParams`, :class:`ApiDataProcessor`, :class:`ApiComposer`, :class:`ApiMetrics`,
:class:`ApiInitialAssumptions`.
Facade for
:class:`ApiParams`, :class:`ApiDataProcessor`, :class:`ApiComposer`, :class:`ApiMetrics`,
:class:`~fedot.api.api_utils.assumptions.assumptions_handler.AssumptionsHandler`.
Args:
problem: name of the modelling problem to solve.
Expand Down

0 comments on commit a397ad7

Please sign in to comment.