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

Rename dvc and zn modules #685

Closed
PythonFZ opened this issue Aug 7, 2023 · 1 comment
Closed

Rename dvc and zn modules #685

PythonFZ opened this issue Aug 7, 2023 · 1 comment

Comments

@PythonFZ
Copy link
Member

PythonFZ commented Aug 7, 2023

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.

@PythonFZ
Copy link
Member Author

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

No branches or pull requests

1 participant