Skip to main content

Getting started

Signing in

  1. Open the Skeye Predict URL your administrator gave you.
  2. Enter your username and password, then click Sign in.
    • Tick Remember me to have your username pre-filled next time.
  3. After signing in:
    • Regular users land on the Projects page.
    • Administrators land on the User Management page.
Can't sign in?

Contact your administrator — they can reset your password or re-create your account.

Finding your way around

The left sidebar is your main menu. Depending on the access your administrator granted you, you may see:

Menu itemWhat it's for
ProjectsYour datasets — the starting point for everything
Run PredictionTrain and run a model on a project (opened from a project)
Model TestTest a trained model with new inputs, single or batch
EEDAExplore how the model performs across attribute combinations
Knowledge BaseThe shared library of rules and insights
Runs HistoryA log of your past prediction runs
My ProfileYour account details and password
Missing a menu item?

If you don't see EEDA, Knowledge Base, or Model Test, your account may not have access to that feature yet. Ask an administrator to enable it — see Administration.

Your account menu, at the bottom of the sidebar, holds My Profile and Sign out.

Projects — your starting point

Everything in Skeye Predict revolves around a project: a dataset you want to analyse.

Your projects in Skeye Predict

Each project card shows its status, when it was created, and how many runs it has. From a card you can open the project with Prediction, EEDA, or Knowledge Base, or delete it.

Create a project

  1. Go to Projects and click New project.
  2. Give the project a name.
  3. Choose a data source:
    • Local upload — drag and drop a file from your computer. Pick the file type (DAT or JSON) first, then upload. The maximum file size is 128 MB; larger files are rejected with a warning.
    • Skeye Ingest — pick a folder that has already been ingested into Skeye. Use Refresh if your folder isn't listed yet.
  4. Click Create project.

Your new project appears as a card on the Projects page, ready to run a prediction.