MCPcopy Create free account
hub / github.com/SeldonIO/seldon-server / get_default_conf

Function get_default_conf

python/seldon/cli/cli_main.py:43–252  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41}
42
43def get_default_conf():
44 return '''\
45{
46 "default_predictors": {
47 "externalPredictionServer": {
48 "config": []
49 }
50 },
51
52 "default_algorithms": {
53 "assocRuleRecommender": {
54 "zk_activate_node" : "/config/assocrules",
55 "config": []
56 },
57 "dynamicClusterCountsRecommender": {
58 "zk_activate_node" : "/config/userclusters",
59 "config": []
60 },
61 "externalItemRecommendationAlgorithm": {
62 "config": [
63 {
64 "name": "io.seldon.algorithm.inclusion.itemsperincluder",
65 "value": 1000
66 }
67 ],
68 "includers": [
69 "recentItemsIncluder"
70 ]
71 },
72 "globalClusterCountsRecommender": {
73 "zk_activate_node" : "/config/userclusters",
74 "config": []
75 },
76 "itemCategoryClusterCountsRecommender": {
77 "zk_activate_node" : "/config/userclusters",
78 "config": []
79 },
80 "itemClusterCountsRecommender": {
81 "zk_activate_node" : "/config/userclusters",
82 "config": []
83 },
84 "itemSimilarityRecommender": {
85 "config": []
86 },
87 "mfRecommender": {
88 "zk_activate_node" : "/config/mf",
89 "config": []
90 },
91 "mostPopularRecommender": {
92 "config": []
93 },
94 "recentItemsRecommender": {
95 "config": []
96 },
97 "recentMfRecommender": {
98 "zk_activate_node" : "/config/mf",
99 "config": [
100 {

Callers 2

create_default_confFunction · 0.70
mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected