Code Monkey home page Code Monkey logo

mlops-22's Introduction

mlops-22

Here is the current output of python plot_graphs.py

Found new best metric with :{'gamma': 0.01, 'C': 0.1}
New best val metric:0.08839779005524862
Found new best metric with :{'gamma': 0.01, 'C': 0.5}
New best val metric:0.23756906077348067
Found new best metric with :{'gamma': 0.01, 'C': 0.7}
New best val metric:0.4696132596685083
Found new best metric with :{'gamma': 0.01, 'C': 1}
New best val metric:0.8397790055248618
Found new best metric with :{'gamma': 0.01, 'C': 2}
New best val metric:0.856353591160221
Found new best metric with :{'gamma': 0.005, 'C': 0.5}
New best val metric:0.9613259668508287
Found new best metric with :{'gamma': 0.005, 'C': 0.7}
New best val metric:0.9834254143646409
Found new best metric with :{'gamma': 0.001, 'C': 0.7}
New best val metric:0.988950276243094
Found new best metric with :{'gamma': 0.0001, 'C': 5}
New best val metric:0.994475138121547
Classification report for classifier SVC(C=10, gamma=0.0001):
              precision    recall  f1-score   support

           0       1.00      1.00      1.00        15
           1       0.96      1.00      0.98        22
           2       1.00      1.00      1.00        13
           3       1.00      0.93      0.96        14
           4       1.00      0.89      0.94        18
           5       1.00      0.94      0.97        18
           6       1.00      1.00      1.00        16
           7       1.00      1.00      1.00        15
           8       0.96      0.96      0.96        26
           9       0.88      1.00      0.94        22

    accuracy                           0.97       179
   macro avg       0.98      0.97      0.98       179
weighted avg       0.97      0.97      0.97       179


Best hyperparameters were:
{'gamma': 0.0001, 'C': 5}
docker build -t exp:v1 -f docker/Dockerfile .
docker run -it exp:v1
export FLASK_APP=api/app.py ; flask run

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.