Archived
ML - Added a link in models page to run predict on a model (#13124)
* Added a link in models page to run predict on a model * Updated the icons
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 16 16" style="enable-background:new 0 0 16 16;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#C5C5C5;}
|
||||
.st1{fill:none;stroke:#C5C5C5;stroke-miterlimit:10;}
|
||||
</style>
|
||||
<g id="ff21850e-cc3c-49a5-89aa-1e729237460d">
|
||||
<circle class="st0" cx="1.5" cy="10.5" r="1.5"/>
|
||||
<circle class="st0" cx="9.5" cy="10.5" r="1.5"/>
|
||||
<circle class="st0" cx="5.4" cy="6.5" r="1.5"/>
|
||||
<path class="st0" d="M14.5,4C14.8,4,15,4.2,15,4.5S14.8,5,14.5,5S14,4.8,14,4.5S14.2,4,14.5,4 M14.5,3C13.7,3,13,3.7,13,4.5
|
||||
S13.7,6,14.5,6S16,5.3,16,4.5S15.3,3,14.5,3z"/>
|
||||
<line class="st1" x1="9.5" y1="10.5" x2="14.3" y2="5"/>
|
||||
<line class="st1" x1="1.5" y1="10.5" x2="5.4" y2="6"/>
|
||||
<line class="st1" x1="9.3" y1="10.5" x2="5.4" y2="6"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1000 B |
@@ -0,0 +1,13 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
||||
<title>Predict</title>
|
||||
<g id="ff21850e-cc3c-49a5-89aa-1e729237460d" data-name="Labels">
|
||||
<circle cx="1.5" cy="10.5" r="1.5"/>
|
||||
<circle cx="9.5" cy="10.5" r="1.5"/>
|
||||
<circle cx="5.4" cy="6.5" r="1.5"/>
|
||||
<path d="M14.5,4a.5.5,0,1,1-.5.5.5.5,0,0,1,.5-.5m0-1A1.5,1.5,0,1,0,16,4.5,1.5,1.5,0,0,0,14.5,3Z"/>
|
||||
<line x1="1.5" y1="10.5" x2="5" y2="6.5" fill="none" stroke="#000" stroke-miterlimit="10"/>
|
||||
<line x1="9.5" y1="10.5" x2="14.3" y2="5" fill="none" stroke="#000" stroke-miterlimit="10"/>
|
||||
<line x1="1.5" y1="10.5" x2="5.427" y2="6" fill="none" stroke="#000" stroke-miterlimit="10"/>
|
||||
<line x1="9.327" y1="10.5" x2="5.4" y2="6" fill="none" stroke="#000" stroke-miterlimit="10"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 804 B |
Reference in New Issue
Block a user