Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Web Style #62

Merged
merged 8 commits into from
Mar 28, 2023
Merged

Update Web Style #62

merged 8 commits into from
Mar 28, 2023

Conversation

yinweisu
Copy link

@yinweisu yinweisu commented Mar 27, 2023

Issue #, if available:

Description of changes:

  • Update web style to match the new style in main AG web
  • Disabled cluster test for now as it triggers some weird error on github action. This feature will not be available in 0.1.1 hence ok to disable to unblock release

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@github-actions
Copy link

Job PR-62-5ade0c3 is done.
Docs are uploaded to https://d12sc05jpx1wj5.cloudfront.net/PR-62/5ade0c3/index.html

@github-actions
Copy link

Job PR-62-b4a244c is done.
Docs are uploaded to https://d12sc05jpx1wj5.cloudfront.net/PR-62/b4a244c/index.html

@yinweisu yinweisu requested a review from gidler March 27, 2023 23:10
@yinweisu yinweisu marked this pull request as ready for review March 27, 2023 23:10
@github-actions
Copy link

Job PR-62-8161e66 is done.
Docs are uploaded to https://d12sc05jpx1wj5.cloudfront.net/PR-62/8161e66/index.html


googleanalytics_id = "UA-96378503-20"

nb_execution_mode = 'force'
Copy link
Contributor

Choose a reason for hiding this comment

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

You can set this to off while you don't have any notebooks that need to be executed.

Copy link
Author

Choose a reason for hiding this comment

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

I think we can leave it as is cause it's possible that we will want to execute some content in the future, and it would be confusing for someone unfamiliar with this to know how to enable execution

Comment on lines +39 to +47
nb_dirs_to_exec = [os.path.join('tutorials', tag) for tag in tags if os.path.isdir(os.path.join('tutorials', tag))]

if len(nb_dirs_to_exec) > 0:
nb_dirs_to_exclude = [dirpath for dirpath, _, filenames in os.walk('tutorials')
if any(map(lambda x: x.endswith('.ipynb'), filenames))
and not dirpath.startswith(tuple(nb_dirs_to_exec))]

for nb_dir in nb_dirs_to_exclude:
nb_execution_excludepatterns.append(os.path.join(nb_dir, '*.ipynb'))
Copy link
Contributor

Choose a reason for hiding this comment

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

If you don't need the ability to exclude building some notebooks, I like the idea of getting rid of these lines because they take extra time to understand.

Copy link
Author

Choose a reason for hiding this comment

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

I think this is a nice feature and could be useful in the future so I left it here

docs/index.md Outdated Show resolved Hide resolved
@@ -650,6 +650,7 @@ def predict_proba(
return self.backend.predict_proba(
test_data=test_data,
test_data_image_column=test_data_image_column,
include_predict=include_predict,
Copy link
Contributor

Choose a reason for hiding this comment

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

Just curious, where did this come from?

Copy link
Author

Choose a reason for hiding this comment

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

I just noticed this variable is not being passed in after the backend update so decided to add it here

@yinweisu yinweisu merged commit d9050a9 into autogluon:master Mar 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants