0% found this document useful (0 votes)
43 views13 pages

ML Uml Diagrams

Uploaded by

kavyaburgula12
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
43 views13 pages

ML Uml Diagrams

Uploaded by

kavyaburgula12
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 13

Use Case Diagram:

Data Collection

Data pre processing

Feature Extraction

User Train&Test System

Apply Algorithms

Find the accuracy of


industrial Equipment

Finds the result


Dump the
pickle file

Flask or
stream lit

Sequence Diagram:

User System API

1: Data Collection

2: Pre processing

3: Feature Extraction

4: Apply Algorithm

5: Find the accuracy of industrial

Equipment

6: prediction of industrial Equipment

7: Inputs

8: shows Industrial Equipment


ACTIVITY DIAGRAM:

Data Collection

Preprocessing

Feature Extraction

Trained data Tested data

Apply Algorithm

Find the accuracy

Prediction of Industrial
Equipment
Deployment Diagram:

User System

API
Collaboration Diagram:

User System

1: Data Collection 2: Preprocessing

3: Feature extraction 5: Find the accuracy of heart disease prediction

4: Apply algorithms 6: prediction of heart disease

API

7: shows heart disease prediction or not


Class Diagram:

User

+Dataset Collection

+ Coupon purchase
dataset
ER Diagrams:

Dataset

Has
AsZ

Preprocessing

Has
AsZ Feature Extraction

User System API

Predicting Analysis

Test Cases:

TEST NO TEST NAME INPUTS EXPECTED ACTUAL STATUS


OUTPUT OUTPUT
1 Load Dataset Dataset Successfully Success
Dataset(csv,excel,text) Loaded loaded

2 Splitting the data into Data Input taken Successfully Success


classes splitted
3 Model creation Sklearn Model Model Success
module created created
Successfully
4 Load test set Given the Predicting the Prediction Success
bigmart bigmart sales Successfully
inputs from
the test set

Data Flow Diagrams

The abbreviation for Information Stream Outline is DFD. DFD deals with the
information flow of a framework or an interaction. Additionally, it provides
information on the data sources, outcomes, and actual interactions for each factor.
There are no circles, choice criteria, or control streams in DFD. A flowchart can
make sense of explicit tasks reliant on the type of data.

It is a graphical tool that makes communicating with clients, supervisors, and other
faculty members easier. It is useful for dissecting both the current and the
suggested structure.

It provides a summary of the framework procedures for what information there is.

What adjustments are made, what data is archived, what outputs are made, and so
on.

There are various ways to address the Information Stream Outline. There are
organised investigation exhibiting gadgets at the DFD. Information Stream graphs
are well known because they let us visualise the important steps and information
involved in programming framework activities.

Four sections make up the information stream graph:


Process Due to dealing capability, a framework's ability to produce change is
affected. Images of a conversation may be round, oval, square, or rectangular with
rounded corners. The cycle is given a brief name that communicates its essence in
a single word or statement.

Information Stream Information stream depicts the data moving between various
pieces of the frameworks. The bolt image is the image of information stream. An
engaging name ought to be given to the stream to decide the data which is being
moved. Information stream additionally addresses material alongside data that is
being moved. Material movements are displayed in frameworks that are not simply
useful. A given stream ought to just exchange a solitary kind of data. The course of
stream is addressed by the bolt which can likewise be bi-directional.

Distribution center The information is put away in the stockroom for sometime in
the future. Two flat lines address the image of the store. The distribution center is
essentially not confined to being an information record rather it very well may be
in any way similar to an envelope with reports, an optical circle, a file organizer.
The information distribution center can be seen autonomous of its execution. At
the point when the information stream from the stockroom it is considered as
information perusing and when information streams to the distribution center it is
called information passage or information refreshing.

Eliminator The Eliminator is an outer substance that stands beyond the framework
and speaks with the framework. It very well may be, for instance, associations like
banks, gatherings like clients or various divisions of a similar association, which
isn't a piece of the model framework and is an outside element. Displayed
frameworks additionally speak with eliminator.

LEVEL 0

Dataset
Collection

Pre-
processing
Random
selection

Trained &
Testing
dataset

LEVEL 2
Classify
the
dataset
Accuracy
of Result

Cancer
predction

Find
possibility for
cancer results
Data Collection

Data Pre Processing

Data Cleaning by using


Data Trasformation
pandas and nltk toolkit

Feature Extraction

Data Visualization

Conversion by using
Tfidfvectorization or
Labelencoder

Train is 80% & Test is Apply ml


20 % Flask
algorithms

You might also like