Skip to content

Commit

Permalink
updating docs and final changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sania-16 committed Dec 5, 2024
1 parent c054afa commit be84518
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 20 deletions.
Binary file added assets/documentation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/documentation1.png
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
import zingg.common.client.ClientOptions;
import zingg.common.client.FieldData;
import zingg.common.client.IArguments;
import zingg.common.client.IZArgs;
import zingg.common.client.ZFrame;
import zingg.common.client.ZinggClientException;
import zingg.common.core.context.IContext;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
import zingg.common.client.FieldDefUtil;
import zingg.common.client.FieldDefinition;
import zingg.common.client.IArguments;
import zingg.common.client.IZArgs;
import zingg.common.client.ZFrame;
import zingg.common.client.ZinggClientException;
import zingg.common.client.util.ColName;
Expand Down
4 changes: 2 additions & 2 deletions common/core/src/main/resources/model.ftlh
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
<div class="container-fluid">
<thead class="thead thead-light">
<tr>
<th class="border-right border-white" style="width: 160px;" >CLUSTER</th>
<th class="border-right border-black" style="width: 160px; border: 1.5px solid black; border-right: 1.5px solid black; " >CLUSTER</th>
<div class="clearfix visible-xs-block"></div>
<#list 3 ..< numColumns as entityIndex>
<th class="border-right border-white" > ${columns[entityIndex]!?upper_case} </a></th>
<th class="border-right border-black" style="border: 1.5px solid black; border-right: 1.5px solid black;" > ${columns[entityIndex]!?upper_case} </a></th>
</#list>
</tr>
</thead>
Expand Down
2 changes: 1 addition & 1 deletion docs/generatingdocumentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Zingg generates readable documentation about the training data, including those

The generated documentation file can be viewed in a browser and looks like as below:

![Training Data](../assets/documentation1.png)
![Training Data](../assets/documentation.png)
30 changes: 15 additions & 15 deletions models/100/docs/model.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,22 +24,22 @@
<div class="container-fluid">
<thead class="thead thead-light">
<tr>
<th class="border-right border-white" style="width: 160px;" >CLUSTER</th>
<th class="border-right border-black" style="width: 160px; border: 1.5px solid black; border-right: 1.5px solid black; " >CLUSTER</th>
<div class="clearfix visible-xs-block"></div>
<th class="border-right border-white" > Z_SCORE </a></th>
<th class="border-right border-white" > Z_ISMATCH </a></th>
<th class="border-right border-white" > RECID </a></th>
<th class="border-right border-white" > FNAME </a></th>
<th class="border-right border-white" > LNAME </a></th>
<th class="border-right border-white" > STNO </a></th>
<th class="border-right border-white" > ADD1 </a></th>
<th class="border-right border-white" > ADD2 </a></th>
<th class="border-right border-white" > CITY </a></th>
<th class="border-right border-white" > AREACODE </a></th>
<th class="border-right border-white" > STATE </a></th>
<th class="border-right border-white" > DOB </a></th>
<th class="border-right border-white" > SSN </a></th>
<th class="border-right border-white" > Z_ZSOURCE </a></th>
<th class="border-right border-black" style="border: 1.5px solid black; border-right: 1.5px solid black;" > Z_SCORE </a></th>
<th class="border-right border-black" style="border: 1.5px solid black; border-right: 1.5px solid black;" > Z_ISMATCH </a></th>
<th class="border-right border-black" style="border: 1.5px solid black; border-right: 1.5px solid black;" > RECID </a></th>
<th class="border-right border-black" style="border: 1.5px solid black; border-right: 1.5px solid black;" > FNAME </a></th>
<th class="border-right border-black" style="border: 1.5px solid black; border-right: 1.5px solid black;" > LNAME </a></th>
<th class="border-right border-black" style="border: 1.5px solid black; border-right: 1.5px solid black;" > STNO </a></th>
<th class="border-right border-black" style="border: 1.5px solid black; border-right: 1.5px solid black;" > ADD1 </a></th>
<th class="border-right border-black" style="border: 1.5px solid black; border-right: 1.5px solid black;" > ADD2 </a></th>
<th class="border-right border-black" style="border: 1.5px solid black; border-right: 1.5px solid black;" > CITY </a></th>
<th class="border-right border-black" style="border: 1.5px solid black; border-right: 1.5px solid black;" > AREACODE </a></th>
<th class="border-right border-black" style="border: 1.5px solid black; border-right: 1.5px solid black;" > STATE </a></th>
<th class="border-right border-black" style="border: 1.5px solid black; border-right: 1.5px solid black;" > DOB </a></th>
<th class="border-right border-black" style="border: 1.5px solid black; border-right: 1.5px solid black;" > SSN </a></th>
<th class="border-right border-black" style="border: 1.5px solid black; border-right: 1.5px solid black;" > Z_ZSOURCE </a></th>
</tr>
</thead>
</div>
Expand Down

0 comments on commit be84518

Please sign in to comment.