vitoryeso / tasks

PlatIAgro native tasks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PlatIAgro Native Tasks

Init Tasks - CI

Task Status License
AutoML Classifier AutoML Classifier Custom License
AutoML Regressor AutoML Regressor Custom License
Face Detection Face Detection MIT License
OCR OCR Apache License 2.0
YOLO YOLO TBD
Descriptive Analysis Descriptive Analysis TBD
Featuretools Featuretools BSD 3-Clause
AutoKeras AutoCV AutoKeras Image Classification AutoCV TBD
Fast AutoCV Fast AutoCV for Image Classification TBD
Filter Selection Filter Selection TBD
Grouping Categorical Features Grouping Categorical Features BSD 3-Clause
Imputer Imputer BSD 3-Clause
Isolation Forest Clustering Isolation Forest Clustering BSD 3-Clause
KMeans Clustering KMeans Clustering BSD 3-Clause
Linear Regression Linear Regression BSD 3-Clause
Logistic Regression Logistic Regression BSD 3-Clause
MLP Classifier MLP Classifier BSD 3-Clause
MLP Regressor MLP Regressor BSD 3-Clause
Multiclass Unsupervised Monitoring Multiclass Unsupervised Monitoring BSD 3-Clause
Glove Embeddings Sentence Classification Glove Embeddings Sentence Classification TBD
MarianMT Translator MarianMT Translator MIT License
Text Pre-processor Text Pre-processor Apache License 2.0
Sparse Document Retriever Sparse Document Retriever TBD
Dense Document Retriever Dense Document Retriever TBD
Document Reader Document Reader TBD
Normalizer Normalizer BSD 3-Clause
Pre Selection Pre Selection BSD 3-Clause
Random Forest Classifier Random Forest Classifier BSD 3-Clause
Random Forest Regressor Random Forest Regressor BSD 3-Clause
RFE Selector RFE Selector BSD 3-Clause
Robust Scaler Robust Scaler BSD 3-Clause
Simulated Annealing Simulated Annealing BSD 3-Clause
SVM Classifier SVC BSD 3-Clause
SVM Regressor SVR BSD 3-Clause
Time Related Features Time Related Features TBD
Transformation Graph Transformation Graph BSD 3-Clause
Variance Threshold Variance Threshold BSD 3-Clause

Testing

Download the docker image that has all requirements installed. In this example we use a public MinIO server, but you can replace it with any other MinIO server.

sudo docker run -it --rm \
    -e "MINIO_ENDPOINT=play.min.io" \
    -e "MINIO_ACCESS_KEY=Q3AM3UQ867SPQQA43P2F" \
    -e "MINIO_SECRET_KEY=zuf+tfteSlswRu7BJ86wekitnifILbZam1KYY3TG" \
    -v $(pwd):/home/jovyan \
    platiagro/platiagro-notebook-image:0.2.0 bash

Install the testing requirements:

pip3 install pytest

Use the following command to run all tests:

pytest

About

PlatIAgro native tasks.


Languages

Language:Jupyter Notebook 86.0%Language:Python 13.9%Language:Dockerfile 0.0%