Conversation
…n both modeljob and base model files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release STREAMLINE v1.0.0: P1-P11 pipeline, multiclass/regression support, config runs, and reporting overhaul
This PR promotes the current v3 branch into
mainas the STREAMLINE v1.0.0 release. Compared with the currentmain/v0.3.4 release line, v1.0.0 is a major release that reorganizes, expands, and modernizes STREAMLINE while preserving the goal of transparent end-to-end AutoML for tabular data.Major Changes From v0.3.4/prev main
Architecture And Run Workflow
.cfgfiles, while keeping phase-by-phase command-line and notebook workflows available.Parallellocal multiprocessing-style execution in addition toSerial, local Dask throughLocal, and supported cluster submission modes.Binary, Multiclass, And Regression Support
outcome_typeis respected instead of being re-inferred only from the number of outcome values.Data Processing, Feature Types, And Preprocessing
MaxAbsScaleror custom imputers without changing the rest of the pipeline.Feature Learning, Importance, And Selection
instance_subsetsupport for expensive feature-importance methods so large runs can be controlled from config/CLI parameters.Modeling And Native Categorical Algorithms
TABPFN_TOKENis not set, requested TabPFN models are skipped with a warning while HEROS and other requested models continue.discrete_attribute_limitandspecified_attributesparameters.n_trialsandtimeoutbudgets.Reporting, Replication, And Outputs
Notebooks, Documentation, Tests, And Release Readiness
Branch / Release Notes
main.v1.0.0after merge.mainstate has been preserved separately as thev0.3.4branch for the previous tested/stable v0.3.4 release line.