Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 44 additions & 0 deletions packages/modelkit-nx/modelkit-nx.0.4.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
opam-version: "2.0"
synopsis: "Checked Nx tensor admission for ModelKit"
description:
"ModelKit Nx converts explicitly typed Nx tensors into immutable ModelKit features, targets, masks, groups, names, and weights with typed validation and allocation reports."
maintainer: ["Asara developers <devs@asara.io>"]
authors: ["Asara"]
license: "Apache-2.0"
tags: ["data-science" "machine-learning" "adapters" "tensors"]
homepage: "https://github.com/asara-io/ModelKit"
bug-reports: "https://github.com/asara-io/ModelKit/issues"
depends: [
"dune" {>= "3.23"}
"ocaml" {>= "5.2"}
"modelkit" {= version}
"nx" {= "1.0.0~alpha3"}
"alcotest" {with-test & >= "1.9.0"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/asara-io/ModelKit.git"
x-maintenance-intent: ["(latest)"]
available: os != "win32"
url {
src:
"https://github.com/asara-io/ModelKit/releases/download/0.4.1/modelkit-0.4.1.tbz"
checksum: [
"sha256=7a7af032790248b5d1d5392bbf29f8c8163df2e7f50ab5801cdaed5fd2c543e1"
"sha512=185bc224afc9b141d54b89a564694438a268429ba9c58dd3a402da31cb29f3e1eefd3643a76766ce9170c5f6c927f307873d51e4e3ce08aece00884cebbe0e2a"
]
}
x-commit-hash: "82c17021b8d9527adc6be62ab8e3b94dc1554d84"
43 changes: 43 additions & 0 deletions packages/modelkit-parallel/modelkit-parallel.0.4.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
opam-version: "2.0"
synopsis: "Bounded parallel execution for ModelKit"
description:
"ModelKit Parallel provides an optional Domainslib execution backend for deterministic bounded cross-validation."
maintainer: ["Asara developers <devs@asara.io>"]
authors: ["Asara"]
license: "Apache-2.0"
tags: ["data-science" "machine-learning" "parallelism"]
homepage: "https://github.com/asara-io/ModelKit"
bug-reports: "https://github.com/asara-io/ModelKit/issues"
depends: [
"dune" {>= "3.23"}
"ocaml" {>= "5.2"}
"modelkit" {= version}
"domainslib" {>= "0.5.2"}
"alcotest" {with-test & >= "1.9.0"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/asara-io/ModelKit.git"
x-maintenance-intent: ["(latest)"]
url {
src:
"https://github.com/asara-io/ModelKit/releases/download/0.4.1/modelkit-0.4.1.tbz"
checksum: [
"sha256=7a7af032790248b5d1d5392bbf29f8c8163df2e7f50ab5801cdaed5fd2c543e1"
"sha512=185bc224afc9b141d54b89a564694438a268429ba9c58dd3a402da31cb29f3e1eefd3643a76766ce9170c5f6c927f307873d51e4e3ce08aece00884cebbe0e2a"
]
}
x-commit-hash: "82c17021b8d9527adc6be62ab8e3b94dc1554d84"
45 changes: 45 additions & 0 deletions packages/modelkit-talon/modelkit-talon.0.4.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
opam-version: "2.0"
synopsis: "Checked Talon dataframe column admission for ModelKit"
description:
"ModelKit Talon converts explicitly selected, typed Talon dataframe columns into immutable ModelKit features, targets, masks, groups, names, and weights with typed validation and allocation reports."
maintainer: ["Asara developers <devs@asara.io>"]
authors: ["Asara"]
license: "Apache-2.0"
tags: ["data-science" "machine-learning" "adapters" "dataframes"]
homepage: "https://github.com/asara-io/ModelKit"
bug-reports: "https://github.com/asara-io/ModelKit/issues"
depends: [
"dune" {>= "3.23"}
"ocaml" {>= "5.2"}
"modelkit" {= version}
"talon" {= "1.0.0~alpha3"}
"nx" {= "1.0.0~alpha3"}
"alcotest" {with-test & >= "1.9.0"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/asara-io/ModelKit.git"
x-maintenance-intent: ["(latest)"]
available: os != "win32"
url {
src:
"https://github.com/asara-io/ModelKit/releases/download/0.4.1/modelkit-0.4.1.tbz"
checksum: [
"sha256=7a7af032790248b5d1d5392bbf29f8c8163df2e7f50ab5801cdaed5fd2c543e1"
"sha512=185bc224afc9b141d54b89a564694438a268429ba9c58dd3a402da31cb29f3e1eefd3643a76766ce9170c5f6c927f307873d51e4e3ce08aece00884cebbe0e2a"
]
}
x-commit-hash: "82c17021b8d9527adc6be62ab8e3b94dc1554d84"
43 changes: 43 additions & 0 deletions packages/modelkit/modelkit.0.4.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
opam-version: "2.0"
synopsis: "Portable classical machine learning workflows for OCaml"
description:
"ModelKit is a native OCaml library for cohesive classical machine learning workflows. It is designed around immutable estimator specifications, leakage-safe pipelines, deterministic evaluation, and portable fitted artifacts."
maintainer: ["Asara developers <devs@asara.io>"]
authors: ["Asara"]
license: "Apache-2.0"
tags: ["data-science" "machine-learning"]
homepage: "https://github.com/asara-io/ModelKit"
bug-reports: "https://github.com/asara-io/ModelKit/issues"
depends: [
"dune" {>= "3.23"}
"ocaml" {>= "5.2"}
"alcotest" {with-test & >= "1.9.0"}
"mdx" {with-test & >= "2.4.0"}
"qcheck-core" {with-test & >= "0.90"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/asara-io/ModelKit.git"
x-maintenance-intent: ["(latest)"]
url {
src:
"https://github.com/asara-io/ModelKit/releases/download/0.4.1/modelkit-0.4.1.tbz"
checksum: [
"sha256=7a7af032790248b5d1d5392bbf29f8c8163df2e7f50ab5801cdaed5fd2c543e1"
"sha512=185bc224afc9b141d54b89a564694438a268429ba9c58dd3a402da31cb29f3e1eefd3643a76766ce9170c5f6c927f307873d51e4e3ce08aece00884cebbe0e2a"
]
}
x-commit-hash: "82c17021b8d9527adc6be62ab8e3b94dc1554d84"