-
Notifications
You must be signed in to change notification settings - Fork 80
Improve formatting of documentation #636
Conversation
🚀 Deployed on https://deploy-preview-636--etna-docs.netlify.app |
Codecov Report
@@ Coverage Diff @@
## master #636 +/- ##
===========================================
- Coverage 84.32% 52.63% -31.69%
===========================================
Files 118 118
Lines 6263 6264 +1
===========================================
- Hits 5281 3297 -1984
- Misses 982 2967 +1985
📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
etna/datasets/tsdataset.py
Outdated
if True with flatten index | ||
* If False, return pd.DataFrame with multiindex | ||
|
||
* if True, return with flatten index |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* if True, return with flatten index | |
* If True, return with flatten index |
etna/loggers/file_logger.py
Outdated
If `job_type` or `group` isn't set then only one-level subfolder is created. | ||
If none of `job_type` and `group` is set then experiment logs files into `self.experiment_folder`. | ||
As a result, within ``self.experiment_folder`` subfolder ``job_type/group`` is created. | ||
If ``job_type`` or ``group`` isn't set then only one-level subfolder is created. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You've added bulletpoints in such cases before
etna/transforms/outliers/base.py
Outdated
@@ -33,7 +33,7 @@ def _save_original_values(self, ts: TSDataset): | |||
|
|||
Parameters | |||
---------- | |||
ts: | |||
ts: TSDataset |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Something unusual?
etna/analysis/plotters.py
Outdated
@@ -102,15 +102,19 @@ def plot_forecast( | |||
---------- | |||
forecast_ts: | |||
there are several options: | |||
|
|||
1. Forecasted TSDataset with timeseries data, single-forecast mode |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Enumerated points
in https://matplotlib.org/sampledoc/cheatsheet.html ?
# Conflicts: # etna/transforms/missing_values/imputation.py
IMPORTANT: Please do not create a Pull Request without creating an issue first.
Before submitting (must do checklist)
Type of Change
Proposed Changes
Look #631.
Related Issue
#631.
Closing issues
Closes #631.