Skip to content

Commit

Permalink
Merge pull request #21 from emirkmo/emirkmo-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
emirkmo authored Jan 22, 2024
2 parents e17fd92 + ffdc935 commit 7d9345c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,5 @@ The code is written by me to complete the lab, so is not copied. The


Suggestions for improvement, comments, insights into software design, requests for new algorithms or questions about algorithm implementation are welcome!

Note: Some of my lab work has been uploaded here for future reference.

1 comment on commit 7d9345c

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
rawsight
   __init__.py90100% 
   input_validation.py1444 71%
   normalization.py952121 78%
   optimizers.py411515 63%
   regression.py972121 78%
   scoring.py311 67%
rawsight/cost_functions
   __init__.py20100% 
   cost_function_factory.py5588 85%
   cost_functions.py4077 82%
   regularization.py2333 87%
rawsight/datasets
   __init__.py10100% 
   datasets.py943939 59%
rawsight/models
   __init__.py40100% 
   linear.py2333 87%
   logistic.py2744 85%
   model.py1123434 70%
   polynomial.py1188 27%
   softmax.py341818 47%
rawsight/nn
   __init__.py00100% 
   layers.py575757 0%
   networks.py282828 0%
rawsight/tests
   __init__.py00100% 
   test_binary_tree.py260100% 
   test_linear_regression.py6433 95%
   test_logistic_regression.py5644 93%
   test_normalization.py4555 89%
   test_softmax.py431616 63%
rawsight/trees
   __init__.py40100% 
   _splitter_protocol.py611 83%
   binary_tree.py290100% 
   infogain.py2922 93%
   splitting.py3011 97%
   tree.py50100% 
   tree_builder.py4711 98%
TOTAL115430474% 

Please sign in to comment.