10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Once we have parameter extraction (#689 & #689) and parameter saving (#690), we can use them to implement pipeline save/load methods.
Pipeline.save_parameters
Pipeline.load_parameters
Pipeline.save
Pipeline.load
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Once we have parameter extraction (#689 & #689) and parameter saving (#690), we can use them to implement pipeline save/load methods.
Pipeline.save_parameters
: save parameters to a file / directoryPipeline.load_parameters
: load parameters from a file / directoryPipeline.save
: save configuration and parameters to a file/directoryPipeline.load
: load configuration and parameters from a file/directory (class method)The text was updated successfully, but these errors were encountered: