Skip to content

Commit

Permalink
Update scikit-learn requirement from <=1.1.3,>=1.0.2 to >=1.0.2,<1.2.1 (
Browse files Browse the repository at this point in the history
#35)

Updates the requirements on [scikit-learn](https://github.com/scikit-learn/scikit-learn) to permit the latest version.
- [Release notes](https://github.com/scikit-learn/scikit-learn/releases)
- [Commits](scikit-learn/scikit-learn@1.0.2...1.2.0)

---
updated-dependencies:
- dependency-name: scikit-learn
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Dec 9, 2022
1 parent 33b64e4 commit 6c869ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -13,7 +13,7 @@ pytest-cov
pytorch-lightning>=1.6, <1.8.4
torch>=1.9.0, <=1.13.0
torchvision>=0.10.0, <=0.14.0
scikit-learn>=1.0.2, <=1.1.3
scikit-learn>=1.0.2, <1.2.1
setuptools>=59.5.0
tabulate>=0.7.0, <=0.9.0
xlrd>=2.0.1

1 comment on commit 6c869ee

@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
pyrelational
   __init__.py50100% 
   types.py40100% 
   version.py10100% 
pyrelational/data
   __init__.py10100% 
   data_manager.py1821111 94%
pyrelational/datasets
   __init__.py30100% 
   benchmark_datamanager.py310100% 
   classification.py3681717 95%
   regression.py8833 97%
   uci_datasets.py1381414 90%
pyrelational/informativeness
   __init__.py30100% 
   classification.py330100% 
   regression.py540100% 
   task_agnostic.py8844 95%
pyrelational/models
   __init__.py40100% 
   ensemble_model.py5311 98%
   generic_model.py2555 80%
   lightning_model.py5222 96%
   mcdropout_model.py5833 95%
   model_utils.py1344 69%
pyrelational/strategies
   __init__.py30100% 
   generic_al_strategy.py1402929 79%
pyrelational/strategies/classification
   __init__.py40100% 
   entropy_classification_strategy.py80100% 
   generic_classification_strategy.py180100% 
   least_confidence_strategy.py80100% 
   marginal_confidence_strategy.py80100% 
   ratio_confidence_strategy.py80100% 
pyrelational/strategies/regression
   __init__.py60100% 
   bald_strategy.py230100% 
   expected_improvement_strategy.py160100% 
   generic_regression_strategy.py150100% 
   greedy_strategy.py80100% 
   least_confidence_strategy.py80100% 
   thompson_sampling_strategy.py80100% 
   upper_confidence_bound_strategy.py160100% 
pyrelational/strategies/task_agnostic
   __init__.py30100% 
   random_acquisition_strategy.py110100% 
   relative_distance_strategy.py130100% 
   representative_sampling_strategy.py160100% 
TOTAL15449394% 

Tests Skipped Failures Errors Time
68 0 💤 0 ❌ 0 🔥 1m 11s ⏱️

Please sign in to comment.