Skip to content

Commit

Permalink
#665: removed dependency on ppscore and unpinned sklearn
Browse files Browse the repository at this point in the history
  • Loading branch information
aschonfeld committed May 8, 2022
1 parent 67c1fe9 commit 524a1ab
Show file tree
Hide file tree
Showing 8 changed files with 1,886 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ max_line_length = 120
select = E, W, F
ignore = W503,E203
exclude = node_modules,ci,build,docs,custom_loaders
per-file-ignores =
dtale/views.py:E402
3 changes: 3 additions & 0 deletions dtale/ppscore/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# flake8: NOQA

from dtale.ppscore.calculation import score, predictors, matrix
Loading

0 comments on commit 524a1ab

Please sign in to comment.