Skip to content

Commit

Permalink
Removed precision score using GraphicalLasso, and scikit-learn depend…
Browse files Browse the repository at this point in the history
…ency.
  • Loading branch information
johannvk committed Oct 1, 2024
1 parent b624259 commit c7e7178
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 132 deletions.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ dependencies = [
"numpy<1.27,>=1.21", # required for framework layer and base class logic
"pandas<2.2.0,>=1.3", # pandas is the main in-memory data container
"numba>=0.56", # numba is used for fast computation throughout
"scikit-learn>=1.4.2", # Solve Graphical Lasso
"sktime>=0.23.0,<0.30.0",
]

Expand Down
131 changes: 0 additions & 131 deletions skchange/scores/precision_score.py

This file was deleted.

0 comments on commit c7e7178

Please sign in to comment.