SystemsLogical / ClassificationScorer / 0.1.7
Classification Scorer
Royalty Free
Runs input through five scikit-learn classification models, scores, and reports best model results for data input
Language
Python 3.x
Metrics
API Calls - 169
Avg call duration -
N/A
Permissions
The Algorithm Platform License is the set of terms that are stated in the Software License section of the Algorithmia Application Developer and API License Agreement. It is intended to allow users to reserve as many rights as possible without limiting Algorithmia's ability to run it as a service.
Learn More
This is necessary for algorithms that rely on external services,
however it also implies that this algorithm is able to send your
input data outside of the Algorithmia platform.
Run an Example
Input
Output
"a log file called classifier-output.txt (the output of the algorithm) has been placed in a temp algorithm directory in your account"
Install and Use
Install
Install the Algorithmia CLI client by running:
curl -sSLf https://algorithmia.com/install.sh | sh
Then authenticate by running:
$ algo auth
# When prompted for api endpoint, hit enter
# When prompted for API key, enter your key: YOUR_API_KEY
Use
algo run SystemsLogical/ClassificationScorer/0.1.7 -d '["data://systemslogical/mcs_data/diabetes_features.csv", "data://systemslogical/mcs_data/diabetes_targets.csv"]
' --timeout 300