Skip to content

Commit

Permalink
iter
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvaincom committed Feb 4, 2025
1 parent 6235bd1 commit ece0fe3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 168 deletions.
2 changes: 1 addition & 1 deletion examples/getting_started/plot_skore_getting_started.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
temp_dir_path = Path(temp_dir.name)
os.chdir(temp_dir_path)
# sphinx_gallery_end_ignore
my_project = skore.open("my_project", create=True)
my_project = skore.Project("my_project")


# %%
Expand Down
167 changes: 0 additions & 167 deletions examples/model_evaluation/plot_cross_validate.py

This file was deleted.

0 comments on commit ece0fe3

Please sign in to comment.