Skip to content

Unify example notebooks, rerun example notebooks #1330

Merged
merged 11 commits into from
Aug 1, 2023
Merged

Conversation

Mr-Geekman
Copy link
Contributor

@Mr-Geekman Mr-Geekman commented Jul 25, 2023

Before submitting (must do checklist)

  • Did you read the contribution guide?
  • Did you update the docs? We use Numpy format for all the methods and classes.
  • Did you write any new necessary tests?
  • Did you update the CHANGELOG?

Proposed Changes

Look #1328.

Closing issues

Closes #1328.

@Mr-Geekman Mr-Geekman self-assigned this Jul 25, 2023
@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@Mr-Geekman Mr-Geekman changed the title Unifty example notebooks, rerun example notebooks Unify example notebooks, rerun example notebooks Jul 25, 2023
@codecov-commenter
Copy link

codecov-commenter commented Jul 25, 2023

Codecov Report

❗ No coverage uploaded for pull request base (docs-prototype@e3f4982). Click here to learn what that means.
The diff coverage is n/a.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@                Coverage Diff                @@
##             docs-prototype    #1330   +/-   ##
=================================================
  Coverage                  ?   89.10%           
=================================================
  Files                     ?      204           
  Lines                     ?    12643           
  Branches                  ?        0           
=================================================
  Hits                      ?    11265           
  Misses                    ?     1378           
  Partials                  ?        0           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@github-actions
Copy link

github-actions bot commented Jul 25, 2023

@github-actions github-actions bot temporarily deployed to pull request July 25, 2023 16:20 Inactive
@github-actions github-actions bot temporarily deployed to pull request July 26, 2023 06:36 Inactive
CONTRIBUTING.md Show resolved Hide resolved
CONTRIBUTING.md Outdated Show resolved Hide resolved
CONTRIBUTING.md Outdated Show resolved Hide resolved
CONTRIBUTING.md Outdated Show resolved Hide resolved
CONTRIBUTING.md Outdated Show resolved Hide resolved
README.md Show resolved Hide resolved
docs/source/conf.py Show resolved Hide resolved
pyproject.toml Show resolved Hide resolved
examples/README.md Show resolved Hide resolved
examples/README.md Show resolved Hide resolved
@github-actions github-actions bot temporarily deployed to pull request July 26, 2023 15:52 Inactive
# Conflicts:
#	CHANGELOG.md
@github-actions github-actions bot temporarily deployed to pull request July 31, 2023 06:53 Inactive
CONTRIBUTING.md Outdated Show resolved Hide resolved
CONTRIBUTING.md Outdated Show resolved Hide resolved
pyproject.toml Show resolved Hide resolved
@review-notebook-app
Copy link

review-notebook-app bot commented Jul 31, 2023

View / edit / reply to this conversation on ReviewNB

alex-hse-repository commented on 2023-07-31T07:12:14Z
----------------------------------------------------------------

Why don't just install it here?


@review-notebook-app
Copy link

review-notebook-app bot commented Jul 31, 2023

View / edit / reply to this conversation on ReviewNB

alex-hse-repository commented on 2023-07-31T07:12:15Z
----------------------------------------------------------------

Line #8.    warnings.filterwarnings("ignore")

Lets place it in the beginning


Mr-Geekman commented on 2023-07-31T07:23:30Z
----------------------------------------------------------------

In the beginning we have

ts = TSDataset(df, freq="1M")

where we expect warning to happen.

@review-notebook-app
Copy link

review-notebook-app bot commented Jul 31, 2023

View / edit / reply to this conversation on ReviewNB

alex-hse-repository commented on 2023-07-31T07:12:16Z
----------------------------------------------------------------

???


@review-notebook-app
Copy link

review-notebook-app bot commented Jul 31, 2023

View / edit / reply to this conversation on ReviewNB

alex-hse-repository commented on 2023-07-31T07:12:17Z
----------------------------------------------------------------

We actually can start all the notebooks like this. May be we also need some kind of template for notebooks


Mr-Geekman commented on 2023-07-31T07:25:19Z
----------------------------------------------------------------

We don't add new notebooks every day to have a template for this.

@review-notebook-app
Copy link

review-notebook-app bot commented Jul 31, 2023

View / edit / reply to this conversation on ReviewNB

alex-hse-repository commented on 2023-07-31T07:12:20Z
----------------------------------------------------------------

Why can't we just ignore all the warnings?


@review-notebook-app
Copy link

review-notebook-app bot commented Jul 31, 2023

View / edit / reply to this conversation on ReviewNB

alex-hse-repository commented on 2023-07-31T07:12:20Z
----------------------------------------------------------------

Why did you comment this line?


Mr-Geekman commented on 2023-07-31T07:26:50Z
----------------------------------------------------------------

Because it produced some output that I didn't want to show.

We can uncomment it, it isn't that necessary.

@review-notebook-app
Copy link

review-notebook-app bot commented Jul 31, 2023

View / edit / reply to this conversation on ReviewNB

alex-hse-repository commented on 2023-07-31T07:12:22Z
----------------------------------------------------------------

In the other notebooks it is not in this level


Mr-Geekman commented on 2023-07-31T07:46:34Z
----------------------------------------------------------------

It is very strange. It looks normal if you view it on github.

@review-notebook-app
Copy link

review-notebook-app bot commented Jul 31, 2023

View / edit / reply to this conversation on ReviewNB

alex-hse-repository commented on 2023-07-31T07:12:23Z
----------------------------------------------------------------

*Note*??


@review-notebook-app
Copy link

review-notebook-app bot commented Jul 31, 2023

View / edit / reply to this conversation on ReviewNB

alex-hse-repository commented on 2023-07-31T07:12:24Z
----------------------------------------------------------------

Why did you remove the header?


Mr-Geekman commented on 2023-07-31T07:58:49Z
----------------------------------------------------------------

I don't think it is necessary. It is a part of DirectEnsemble, not a separate section by its meaning.

@@ -4,37 +4,36 @@
"cell_type": "markdown",
Copy link
Collaborator

@alex-hse-repository alex-hse-repository Jul 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did the metrics change?


Reply via ReviewNB

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't have any idea...

@review-notebook-app
Copy link

review-notebook-app bot commented Jul 31, 2023

View / edit / reply to this conversation on ReviewNB

alex-hse-repository commented on 2023-07-31T07:12:26Z
----------------------------------------------------------------

Don't we want to have numeration everywhere?


Mr-Geekman commented on 2023-07-31T08:02:03Z
----------------------------------------------------------------

Will be fixed.

@review-notebook-app
Copy link

review-notebook-app bot commented Jul 31, 2023

View / edit / reply to this conversation on ReviewNB

alex-hse-repository commented on 2023-07-31T07:12:27Z
----------------------------------------------------------------

Why did the time change so much?


Mr-Geekman commented on 2023-07-31T08:03:03Z
----------------------------------------------------------------

Because it was running on a different machine.

@github-actions github-actions bot temporarily deployed to pull request July 31, 2023 07:12 Inactive
@alex-hse-repository
Copy link
Collaborator

alex-hse-repository commented Jul 31, 2023

Better, but still looks a little bit weird
Снимок экрана 2023-07-31 в 10 17 49

@alex-hse-repository
Copy link
Collaborator

Table of contents works only for the first level in the notebooks

Copy link
Contributor Author

In the beginning we have

ts = TSDataset(df, freq="1M")

where we expect warning to happen.


View entire conversation on ReviewNB

Copy link
Contributor Author

We don't add new notebooks every day to have a template for this.


View entire conversation on ReviewNB

Copy link
Contributor Author

Because it produced some output that I didn't want to show.

We can uncomment it, it isn't that necessary.


View entire conversation on ReviewNB

Copy link
Contributor Author

It is very strange. It looks normal if you view it on github.


View entire conversation on ReviewNB

Copy link
Contributor Author

I don't think it is necessary. It is a part of DirectEnsemble, not a separate section by its meaning.


View entire conversation on ReviewNB

Copy link
Contributor Author

Will be fixed.


View entire conversation on ReviewNB

Copy link
Contributor Author

Because it was running on a different machine.


View entire conversation on ReviewNB

@github-actions github-actions bot temporarily deployed to pull request July 31, 2023 17:57 Inactive
@github-actions github-actions bot temporarily deployed to pull request August 1, 2023 11:11 Inactive
@Mr-Geekman Mr-Geekman merged commit a35f8f2 into docs-prototype Aug 1, 2023
12 checks passed
@Mr-Geekman Mr-Geekman deleted the issue-1328 branch August 1, 2023 12:27
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants