Vikas Gupta
Vikas Gupta
we should validate that a model has been created _Originally posted by @sonalgoyal in https://github.com/zinggAI/zingg/pull/778#discussion_r1492093265_
commit number 7d9567c89a1f9e0006abbed8ea6884e4d6138512 mvn clean compile package [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running zingg.client.TestSparkFrame SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation...
update Dockerfile and Readme.md to 0.4.1-SNAPSHOT from 0.4.0 in enterprise branch
The issue is due to case sensitive comparison of column name, input vs what's in config e.g. following works fine: ./scripts/zingg.sh --phase recommend --conf examples/febrl/config.json --column XYZ but not ./scripts/zingg.sh...
(.venv) vikasgupta@Vikass-MacBook-Air /tmp % databricks-connect test * PySpark is installed at /opt/homebrew/lib/python3.10/site-packages/pyspark * Checking SPARK_HOME * Checking java version java version "1.8.0_351" Java(TM) SE Runtime Environment (build 1.8.0_351-b10) Java HotSpot(TM)...
may have impact on enterprise also
Preprocessing phase needed which will conver all data to lower case before start of any phase. This is specially relevant for stop words and recommender as currently those are case...
Support for other feature types in non string fields Currently only fuzzy is there
Draft PR for os all match changes