-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrbbt-dm.gemspec
86 lines (81 loc) · 3.96 KB
/
rbbt-dm.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
# stub: rbbt-dm 1.3.2 ruby lib
Gem::Specification.new do |s|
s.name = "rbbt-dm".freeze
s.version = "1.3.2".freeze
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib".freeze]
s.authors = ["Miguel Vazquez".freeze]
s.date = "2025-01-17"
s.description = "Data-mining and statistics".freeze
s.email = "[email protected]".freeze
s.extra_rdoc_files = [
"LICENSE"
]
s.files = [
"LICENSE",
"lib/rbbt/expression_old/expression.rb",
"lib/rbbt/expression_old/matrix.rb",
"lib/rbbt/expression_old/signature.rb",
"lib/rbbt/matrix.rb",
"lib/rbbt/matrix/barcode.rb",
"lib/rbbt/matrix/differential.rb",
"lib/rbbt/matrix/knowledge_base.rb",
"lib/rbbt/ml_task.rb",
"lib/rbbt/network/paths.rb",
"lib/rbbt/plots/bar.rb",
"lib/rbbt/plots/heatmap.rb",
"lib/rbbt/stan.rb",
"lib/rbbt/statistics/fdr.rb",
"lib/rbbt/statistics/fisher.rb",
"lib/rbbt/statistics/hypergeometric.rb",
"lib/rbbt/statistics/random_walk.rb",
"lib/rbbt/statistics/rank_product.rb",
"lib/rbbt/vector/model.rb",
"lib/rbbt/vector/model/huggingface.rb",
"lib/rbbt/vector/model/huggingface/masked_lm.rb",
"lib/rbbt/vector/model/python.rb",
"lib/rbbt/vector/model/pytorch_lightning.rb",
"lib/rbbt/vector/model/random_forest.rb",
"lib/rbbt/vector/model/spaCy.rb",
"lib/rbbt/vector/model/svm.rb",
"lib/rbbt/vector/model/tensorflow.rb",
"lib/rbbt/vector/model/torch.rb",
"lib/rbbt/vector/model/torch/dataloader.rb",
"lib/rbbt/vector/model/torch/helpers.rb",
"lib/rbbt/vector/model/torch/introspection.rb",
"lib/rbbt/vector/model/torch/load_and_save.rb",
"lib/rbbt/vector/model/util.rb",
"python/rbbt_dm/__init__.py",
"python/rbbt_dm/atcold/__init__.py",
"python/rbbt_dm/atcold/plot_lib.py",
"python/rbbt_dm/atcold/spiral.py",
"python/rbbt_dm/huggingface.py",
"python/rbbt_dm/language_model.py",
"python/rbbt_dm/util.py",
"share/R/MA.R",
"share/R/barcode.R",
"share/R/heatmap.3.R",
"share/spaCy/cpu/textcat_accuracy.conf",
"share/spaCy/cpu/textcat_efficiency.conf",
"share/spaCy/cpu/textcat_multilabel_accuracy.conf",
"share/spaCy/cpu/textcat_multilabel_efficiency.conf",
"share/spaCy/gpu/textcat_accuracy.conf",
"share/spaCy/gpu/textcat_efficiency.conf",
"share/spaCy/gpu/textcat_multilabel_accuracy.conf",
"share/spaCy/gpu/textcat_multilabel_efficiency.conf"
]
s.homepage = "http://github.com/mikisvaz/rbbt-phgx".freeze
s.rubygems_version = "3.5.23".freeze
s.summary = "Data-mining and statistics".freeze
s.test_files = ["test/rbbt/matrix/test_barcode.rb".freeze, "test/rbbt/network/test_paths.rb".freeze, "test/rbbt/statistics/test_fdr.rb".freeze, "test/rbbt/statistics/test_fisher.rb".freeze, "test/rbbt/statistics/test_hypergeometric.rb".freeze, "test/rbbt/statistics/test_random_walk.rb".freeze, "test/rbbt/test_ml_task.rb".freeze, "test/rbbt/test_stan.rb".freeze, "test/rbbt/vector/model/huggingface/test_masked_lm.rb".freeze, "test/rbbt/vector/model/test_huggingface.rb".freeze, "test/rbbt/vector/model/test_python.rb".freeze, "test/rbbt/vector/model/test_pytorch_lightning.rb".freeze, "test/rbbt/vector/model/test_spaCy.rb".freeze, "test/rbbt/vector/model/test_svm.rb".freeze, "test/rbbt/vector/model/test_tensorflow.rb".freeze, "test/rbbt/vector/model/test_torch.rb".freeze, "test/rbbt/vector/test_model.rb".freeze, "test/test_helper.rb".freeze]
s.specification_version = 4
s.add_runtime_dependency(%q<rbbt-util>.freeze, [">= 0".freeze])
s.add_runtime_dependency(%q<RubyInline>.freeze, [">= 0".freeze])
s.add_runtime_dependency(%q<priority_queue_cxx17>.freeze, [">= 0".freeze])
s.add_runtime_dependency(%q<distribution>.freeze, [">= 0".freeze])
s.add_runtime_dependency(%q<png>.freeze, [">= 0".freeze])
end