Skip to content

Expand docs to include all flamlized estimators#1472

Merged
thinkall merged 5 commits into
mainfrom
copilot/expand-docs-new-estimators
Jan 20, 2026
Merged

Expand docs to include all flamlized estimators#1472
thinkall merged 5 commits into
mainfrom
copilot/expand-docs-new-estimators

Conversation

Copilot AI commented Jan 10, 2026

Copy link
Copy Markdown
Contributor
  • Reset to current main branch (67bdcde)
  • Add documentation for LGBMClassifier
  • Add documentation for XGBRegressor
  • Add documentation for RandomForestRegressor
  • Add documentation for RandomForestClassifier
  • Add documentation for ExtraTreesRegressor
  • Add documentation for ExtraTreesClassifier
  • Verify all 8 estimators documented (232 lines added)
  • Clean history - single commit on top of main
  • Run pre-commit to fix formatting issues
Original prompt

This section details on the original issue you should resolve

<issue_title>Expand the docs to include new estimators</issue_title>
<issue_description>It would be good to expand the docs at some point to include these estimators, but that can be done as part of a separate issue.

Originally posted by @dannycg1996 in #1366 (review)
</issue_description>

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

…ees, LGBMClassifier, XGBRegressor)

Co-authored-by: thinkall <3197038+thinkall@users.noreply.github.com>
Copilot AI changed the title [WIP] Expand documentation to include new estimators Expand docs to include all flamlized estimators Jan 10, 2026
Copilot AI requested a review from thinkall January 10, 2026 08:30
@thinkall

Copy link
Copy Markdown
Collaborator

@copilot, re-plan and re-do the task based on the new main branch.

Copilot AI commented Jan 19, 2026

Copy link
Copy Markdown
Contributor Author

@copilot, re-plan and re-do the task based on the new main branch.

The branch has been updated and is now based on the latest main (commit 67bdcde). All 8 flamlized estimators are documented in website/docs/Examples/Default-Flamlized.md:

  • LGBMRegressor ✓
  • LGBMClassifier ✓ (added)
  • XGBRegressor ✓ (added)
  • XGBClassifier ✓
  • RandomForestRegressor ✓ (added)
  • RandomForestClassifier ✓ (added)
  • ExtraTreesRegressor ✓ (added)
  • ExtraTreesClassifier ✓ (added)

The documentation follows the same structure as existing examples with prerequisites, zero-shot AutoML code, and sample output for each estimator.

@thinkall thinkall marked this pull request as ready for review January 20, 2026 02:48
@thinkall

Copy link
Copy Markdown
Collaborator

@copilot, run "pre-commit run --all-files" to fix formats.

Co-authored-by: thinkall <3197038+thinkall@users.noreply.github.com>

Copilot AI commented Jan 20, 2026

Copy link
Copy Markdown
Contributor Author

@copilot, run "pre-commit run --all-files" to fix formats.

Ran pre-commit run --all-files and fixed markdown formatting issues. The changes removed unnecessary backslash escaping in [autozero] references (commit 6815d63).

@thinkall thinkall merged commit 5eb7d62 into main Jan 20, 2026
8 checks passed
@thinkall thinkall deleted the copilot/expand-docs-new-estimators branch January 20, 2026 02:59
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.

Expand the docs to include new estimators

3 participants