Dontopedia

Models List

From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-09.)

Models List has 18 facts recorded in Dontopedia across 4 references, with 2 live disagreements.

18 facts·6 predicates·4 sources·2 in dispute

Mostly:contains(8), contains model(5), rdf:type(2)

Maturity scale raw canonical shape-checked rule-derived certified

Inbound mentions (11)

Other subjects in dontopedia point AT this entity as a value. These are inverse relationships — e.g. "X motherOf this subject" — and answer questions the forward facts can't. Grouped by predicate.

iteratesOverIterates Over(2)

providesProvides(2)

comparesModelsCompares Models(1)

describesDescribes(1)

hostsRegisteredModelsHosts Registered Models(1)

listsPartialModelsLists Partial Models(1)

processesEachModelProcesses Each Model(1)

returnsModelsListReturns Models List(1)

step3Step3(1)

Other facts (18)

The long tail: predicates that appear too rarely to warrant their own section. Filter or scroll to find a specific one. Each row links to its source.

18 facts
PredicateValueRef
ContainsLogistic Regression Model[2]
ContainsRandom Forest Model[2]
ContainsGradient Boosting Model[2]
ContainsSvm Model[2]
ContainsDecision Tree Model[2]
ContainsNaive Bayes Model[2]
ContainsLogistic Regression[4]
ContainsNaive Bayes[4]
Contains ModelLogistic Regression Model[3]
Contains ModelNaive Bayes Model[3]
Contains ModelDecision Tree Model[3]
Contains ModelLinear Svm Model[3]
Contains ModelLightgbm Model[3]
Rdf:typeModel Collection[2]
Rdf:typeModel Collection[3]
Is TruncatedTrue[1]
Contains More Than ListedTrue[1]
Has Element TypeModel Tuple[2]

Timeline

Timeline axis is valid_time — when each source says the fact was true in the world, not when Dontopedia learned about it. Retracted rows are kept for provenance; coloured stripes indicate the context kind.

isTruncatedblah/omega/part-1150
ex:true
containsMoreThanListedblah/omega/part-1150
ex:true
typebeam/0daa7c15-b2c7-44ef-a5e9-390bf6864c0a
ex:ModelCollection
containsbeam/0daa7c15-b2c7-44ef-a5e9-390bf6864c0a
ex:logistic-regression-model
containsbeam/0daa7c15-b2c7-44ef-a5e9-390bf6864c0a
ex:random-forest-model
containsbeam/0daa7c15-b2c7-44ef-a5e9-390bf6864c0a
ex:gradient-boosting-model
containsbeam/0daa7c15-b2c7-44ef-a5e9-390bf6864c0a
ex:svm-model
containsbeam/0daa7c15-b2c7-44ef-a5e9-390bf6864c0a
ex:decision-tree-model
containsbeam/0daa7c15-b2c7-44ef-a5e9-390bf6864c0a
ex:naive-bayes-model
hasElementTypebeam/0daa7c15-b2c7-44ef-a5e9-390bf6864c0a
ex:model-tuple
typebeam/b3aa5dac-a3f5-477c-922c-cef12e6cc5a9
ex:ModelCollection
containsModelbeam/b3aa5dac-a3f5-477c-922c-cef12e6cc5a9
ex:logistic-regression-model
containsModelbeam/b3aa5dac-a3f5-477c-922c-cef12e6cc5a9
ex:naive-bayes-model
containsModelbeam/b3aa5dac-a3f5-477c-922c-cef12e6cc5a9
ex:decision-tree-model
containsModelbeam/b3aa5dac-a3f5-477c-922c-cef12e6cc5a9
ex:linear-svm-model
containsModelbeam/b3aa5dac-a3f5-477c-922c-cef12e6cc5a9
ex:lightgbm-model
containsbeam/7835e578-f2e3-46a0-aa40-4497812bf8de
ex:logistic-regression
containsbeam/7835e578-f2e3-46a0-aa40-4497812bf8de
ex:naive-bayes

References (4)

4 references
  1. [1]Part 11502 facts
    ctx:discord/blah/omega/part-1150
  2. ctx:claims/beam/0daa7c15-b2c7-44ef-a5e9-390bf6864c0a
    • full textbeam-chunk
      text/plain1 KBdoc:beam/0daa7c15-b2c7-44ef-a5e9-390bf6864c0a
      Show excerpt
      df = pd.read_csv('data.csv') # Split the data into training and testing sets X_train, X_test, y_train, y_test = train_test_split(df['text'], df['label'], test_size=0.2, random_state=_42) # Feature extraction vectorizer = TfidfVectorizer()
  3. ctx:claims/beam/b3aa5dac-a3f5-477c-922c-cef12e6cc5a9
    • full textbeam-chunk
      text/plain1 KBdoc:beam/b3aa5dac-a3f5-477c-922c-cef12e6cc5a9
      Show excerpt
      X_train, X_test, y_train, y_test = train_test_split(df['text'], df['label'], test_size=0.2, random_state=42) # Feature extraction vectorizer = TfidfVectorizer() X_train_tfidf = vectorizer.fit_transform(X_train) X_test_tfidf = vectorizer.tr
  4. ctx:claims/beam/7835e578-f2e3-46a0-aa40-4497812bf8de
    • full textbeam-chunk
      text/plain1 KBdoc:beam/7835e578-f2e3-46a0-aa40-4497812bf8de
      Show excerpt
      recall = recall_score(y_test, predictions) print(f'{name} Recall score: {recall:.3f}') print(classification_report(y_test, predictions)) print(confusion_matrix(y_test, predictions)) print('-' * 50) ``` ### Explanat

See also

Keep researching

Missing something or suspicious of what's here? Kick off a research session — a Claude agent will investigate, cite its sources, and file new facts into a dedicated context you can review before accepting into the shared view.