We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
dvc
zn
Rename to:
class Node(zntrack.Node): outs_path: str = zntrack.outs_path() metrics_path: str = zntrack.metrics_path() plots_path: str = zntrack.plots_path() params_file: str = zntrack.params_path() outs: any = zntrack.outs() metrics: dict = zntrack.metrics() plots: pd.DataFrame = zntrack.plots() param: float = zntrack.params(1)
where each one, except params has cache: bool = True/False option.
params
cache: bool = True/False
The text was updated successfully, but these errors were encountered:
zntrack.<field>
zntrack.<field>_path
Sorry, something went wrong.
No branches or pull requests
Rename to:
where each one, except
params
hascache: bool = True/False
option.The text was updated successfully, but these errors were encountered: