Skip to content

Releases: komprenilo/liga

Liga v0.3.0: Syntax Redesign

29 Mar 04:28
81d6055
Compare
Choose a tag to compare

Chat to generate the SQL (with a ChatGPT trained with Liga SQL datasets)

Please help me create a model called yolo, I want to use the yolov5 plugin for logo_detection purpose.

Well, where did you store the model?

I guess it is torchhub:///ultralytics/yolov5:v6.0/yolov5m.

Here is the SQL

CREATE MODEL yolo
USING yolov5
FOR logo_detection
LOCATION "torchhub:///ultralytics/yolov5:v6.0/yolov5m"

SQL Syntax Change

Now

CREATE [OR REPLACE] MODEL model_name
[USING liga_plugin_name]
[FOR model_type]
[LOCATION "uri"]
[OPTIONS (key1=value1,key2=value2,...)]
[RETURN dataType]

Before

CREATE [OR REPLACE] MODEL model_name
[FLAVOR flavor]
[MODEL_TYPE model_type]
[OPTIONS (key1=value1,key2=value2,...)]
USING "uri";

PyPI packages

  • liga==0.3.0
  • liga-sklearn==0.3.0: Liga Sklearn 0.3.0 as a Liga plugin sample
  • liga-mlflow==0.3.0: Liga MLflow Registry 0.3.0 as a Liga registery sample

Liga is a framework, for real-world application, please read the sample notebooks of the sklearn plugin:
https://github.com/komprenilo/liga/blob/main/README_SKLEARN.md

v0.3.0.dev2

29 Mar 04:23
34d29b1
Compare
Choose a tag to compare
v0.3.0.dev2 Pre-release
Pre-release
bump to liga 0.3.0.dev2 (#151)

v0.3.0.dev1

29 Mar 03:28
a729130
Compare
Choose a tag to compare
v0.3.0.dev1 Pre-release
Pre-release
bump to liga 0.3.0.dev1 (#148)

v0.3.0.dev0

29 Mar 02:17
0ca3b6a
Compare
Choose a tag to compare
v0.3.0.dev0 Pre-release
Pre-release
bump liga to 0.3.0.dev0, liga-mlflow to 0.3.0.dev0 (#145)

ligavision_0.3.0

29 Mar 12:42
2c90645
Compare
Choose a tag to compare
Vision: bump to ligavision 0.3.0

ligavision_0.3.0.dev0

29 Mar 08:37
dd55430
Compare
Choose a tag to compare
ligavision_0.3.0.dev0 Pre-release
Pre-release
Vision: ci to publish Liga Vision (#158)

Liga v0.2.2

16 Feb 07:02
87aeada
Compare
Choose a tag to compare
  • Default to JDK 8 on Sonatype
  • Remove Typesafe logging

v0.2.1

16 Feb 03:42
573cd26
Compare
Choose a tag to compare
  • Publish net.xmacs.liga::liga-spark to sonatype manually #90
  • Re-implement the schema parsing from Python to Scala #82

v0.2.1.dev5

14 Feb 06:38
475f17b
Compare
Choose a tag to compare
v0.2.1.dev5 Pre-release
Pre-release
bump to 0.2.1.dev5 (#102)

v0.2.1.dev4

13 Feb 15:31
3974793
Compare
Choose a tag to compare
v0.2.1.dev4 Pre-release
Pre-release
bump to liga 0.2.1.dev4 (#95)