Hollin Wilkins
Hollin Wilkins
# Standardizing ML Pipeline Serialization Currently there is a large array of serialization formats for machine learning models: 1. PMML is an XML-based format primarily targeting the JVM for executing...
LDA uses a random sampling to score data. This causes slightly different values to to be generated between each run, which makes testing outright equality of tensors a no-go for...
# spark-nlp Is a library that was developed by john snow labs to offer common transformers for NLP to Spark. It would be incredibly useful to be able to train...
Weka is a great toolkit for ML research, it would be great if we could turn it into a tool for productionalizing ML pipelines via export to MLeap.
Is it possible to disable server-side rendering for certain pages? react-server is great for isomorphic rendering, but is also quite a useful server for non-isomorphic pages. Thank you!
Is there planned support in the new Mesosphere Universe for Kubernetes? I am running into this issue when I follow instructions get using kubernetes on mesos: ``` dcos package install...
Hey, It would be great to get this library onto maven central. This would allow other projects that depend on yours to push to maven central as well. Right now,...
In-memory caching is very desirable, but any caching mechanism should support multiple backends as well.