All Projects → apache → predictionio-template-attribute-based-classifier

apache / predictionio-template-attribute-based-classifier

Licence: Apache-2.0 License
PredictionIO Classification Engine Template (Scala-based parallelized engine)

Programming Languages

scala
5932 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to predictionio-template-attribute-based-classifier

Attic Predictionio
PredictionIO, a machine learning server for developers and ML engineers.
Stars: ✭ 12,522 (+32852.63%)
Mutual labels:  big-data, predictionio
predictionio-template-similar-product
PredictionIO Similar Product Engine Template (Scala-based parallelized engine)
Stars: ✭ 50 (+31.58%)
Mutual labels:  big-data, predictionio
predictionio-sdk-php
PredictionIO PHP SDK
Stars: ✭ 269 (+607.89%)
Mutual labels:  big-data, predictionio
predictionio-template-ecom-recommender
PredictionIO E-Commerce Recommendation Engine Template (Scala-based parallelized engine)
Stars: ✭ 73 (+92.11%)
Mutual labels:  big-data, predictionio
predictionio-sdk-python
PredictionIO Python SDK
Stars: ✭ 199 (+423.68%)
Mutual labels:  big-data, predictionio
predictionio-template-recommender
PredictionIO Recommendation Engine Template (Scala-based parallelized engine)
Stars: ✭ 80 (+110.53%)
Mutual labels:  big-data, predictionio
predictionio-template-java-ecom-recommender
PredictionIO E-Commerce Recommendation Engine Template (Java-based parallelized engine)
Stars: ✭ 36 (-5.26%)
Mutual labels:  big-data, predictionio
predictionio-sdk-ruby
PredictionIO Ruby SDK
Stars: ✭ 192 (+405.26%)
Mutual labels:  big-data, predictionio
predictionio-sdk-java
PredictionIO Java SDK
Stars: ✭ 107 (+181.58%)
Mutual labels:  big-data, predictionio
predictionio
PredictionIO, a machine learning server for developers and ML engineers.
Stars: ✭ 12,510 (+32821.05%)
Mutual labels:  big-data, predictionio
falcon
Mirror of Apache Falcon
Stars: ✭ 95 (+150%)
Mutual labels:  big-data
v6.dooring.public
可视化大屏解决方案, 提供一套可视化编辑引擎, 助力个人或企业轻松定制自己的可视化大屏应用.
Stars: ✭ 323 (+750%)
Mutual labels:  big-data
egis
Egis - a handy Ruby interface for AWS Athena
Stars: ✭ 38 (+0%)
Mutual labels:  big-data
awesome-AI-kubernetes
❄️ 🐳 Awesome tools and libs for AI, Deep Learning, Machine Learning, Computer Vision, Data Science, Data Analytics and Cognitive Computing that are baked in the oven to be Native on Kubernetes and Docker with Python, R, Scala, Java, C#, Go, Julia, C++ etc
Stars: ✭ 95 (+150%)
Mutual labels:  big-data
pytorch kmeans
Implementation of the k-means algorithm in PyTorch that works for large datasets
Stars: ✭ 38 (+0%)
Mutual labels:  big-data
docker-predictionio
Docker container for PredictionIO-based machine learning services
Stars: ✭ 75 (+97.37%)
Mutual labels:  predictionio
SparkProgrammingInScala
Apache Spark Course Material
Stars: ✭ 57 (+50%)
Mutual labels:  big-data
big-sorter
Java library that sorts very large files of records by splitting into smaller sorted files and merging
Stars: ✭ 49 (+28.95%)
Mutual labels:  big-data
couchdb-mango
Mirror of Apache CouchDB Mango
Stars: ✭ 34 (-10.53%)
Mutual labels:  big-data
pyspark-cheatsheet
PySpark Cheat Sheet - example code to help you learn PySpark and develop apps faster
Stars: ✭ 115 (+202.63%)
Mutual labels:  big-data

Classification Engine Template

Documentation

Please refer to https://predictionio.apache.org/templates/classification/quickstart/

Versions

v0.14.0

Update for Apache PredictionIO 0.14.0

v0.13.0

Update for Apache PredictionIO 0.13.0

v0.12.0-incubating

  • Bump version number to track PredictionIO version
  • Sets default build targets according to PredictionIO
  • Fix use of case class

v0.11.0-incubating

  • Bump version number to track PredictionIO version
  • Rename Scala package name
  • Update SBT version
  • Add Python 3 support to scripts

v0.4.0

Update for Apache PredictionIO 0.10.0-incubating

v0.3.1

  • Change query format from { features: [2, 0, 0] } to { "attr0":2, "attr1":0, "attr2":0 }

    Query class, DataSource readEval(), and algorithm's predict() is updated accordingly.

v0.3.0

  • update for PredictionIO 0.9.2, including:

    • use new PEventStore API
    • use appName in DataSource parameter

v0.2.0

  • update build.sbt and template.json for PredictionIO 0.9.2

v0.1.4

  • Update Evaluation for PredictionIO 0.9.1

NOTE: Require PredictionIO >= 0.9.1

v0.1.3

  • Add missing sample data set (data/data.txt)

v0.1.2

  • update for PredictionIO 0.9.0
  • add sample evaluation

v0.1.1

  • Persist RDD to memory (.cache()) in DataSource for better performance

v0.1.0

  • initial version
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].