Excel Plugin¶
Use neuralk directly from Microsoft Excel. Run predictions on your spreadsheet data without leaving your workbook.
Installation¶
Download the manifest file:
In Excel Online, go to Insert → Add-ins → Upload My Add-in
Select the downloaded
manifest.xmlfileA neuralk button appears in the Home tab
Usage¶
Click the neuralk button in the ribbon to open the side panel
Enter your data ranges:
X_train range — training features (e.g.
A1:C100)y_train range — training labels (e.g.
D1:D100)X_test range — test features (e.g.
A101:C120)Output range — where to write predictions (e.g.
F1)
Enter your neuralk API key
Select a model (
seldon-flash,seldon-small, orseldon-large)Click Predict
Results are written directly to your spreadsheet.