LogoLogo
Log InSign UpHomepage
  • 👋Welcome
  • Account and Team Setup
    • Sign up
    • Subscription Plans
    • Profile information
    • Account information
    • Roles
    • Users
    • Tags
  • FAQ
  • UNDERSTANDING MACHINE LEARNING
    • What is Graphite Note
      • Graphite Note Insights Lifecycle
    • Introduction to Machine Learning
      • What is Machine Learning
      • Data Analitycs Maturity
    • Machine Learning concepts
      • Key Drivers
      • Confusion Matrix
      • Supervised vs Unsupervised ML
  • Demo datasets
    • Demo Datasets
      • Ads
      • Churn
      • CO2 Emission
      • Diamonds
      • eCommerce Orders
      • Housing Prices
      • Lead Scoring
      • Mall Customers
      • Marketing Mix
      • Car Sales
      • Store Item Demand
      • Upsell
    • What Dataset do I need for my use case?
      • Predict Cross Selling: Dataset
      • Predict Customer Churn: Dataset
      • Predictive Lead Scoring: Dataset
      • Predict Revenue : Dataset
      • Product Demand Forecast: Dataset
      • Predictive Ads Performance: Dataset
      • Media Mix Modeling (MMM): Dataset
      • Customer Lifetime Value Prediction : Dataset
      • RFM Customer Segmentation : Dataset
    • Dataset examples - from online sources
      • Free datasets for Machine Learning
  • Datasets
    • Introduction
    • Prepare your Data
      • Data Labeling
      • Expanding datasets
      • Merging datasets
      • CSV File creating and formatting
    • Data sources in Graphite Note
      • Import data from CSV file
        • Re-upload or append CSV
        • CSV upload troubleshooting tips
      • MySQL Connector
      • MariaDB Connector
      • PostgreSQL Connector
      • Redshift Connector
      • Big Query Connector
      • MS SQL Connector
      • Oracle Connector
  • Models
    • Introduction
    • Preprocessing Data
    • Machine Learning Models
      • Timeseries Forecast
      • Binary Classification
      • Multiclass Classification
      • Regression
      • General Segmentation
      • RFM Customer Segmentation
      • Customer Lifetime Value
      • Customer Cohort Analysis
      • ABC Pareto Analysis
      • New vs Returning Customers
    • Predict with ML Models
    • Overview and Model Health Check
    • Advanced parameters in ML Models
    • Actionable insights in ML Models
    • Improve your ML Models
  • Notebooks
    • What is Notebook?
    • My first Notebook
    • Data Visualization
  • REST API
    • API Introduction
    • Dataset API
      • Create
      • Fill
      • Complete
    • Prediction API
      • Quickstart
      • Request
        • Headers
        • Payload
        • Data
      • Response
        • Response Structure
      • API Limits
    • Model Results API
      • Quickstart
      • Request
        • Headers
        • Body
      • Response
      • Usage Notes
      • Code Examples
Powered by GitBook
On this page
  • Assistance
  • Current Plan
  • API Token
  • Plan usage

Was this helpful?

Export as PDF
  1. Account and Team Setup

Account information

PreviousProfile informationNextRoles

Last updated 3 months ago

Was this helpful?

You can access the Account information page by clicking on the small wheel icon (⚙️) in the top-right corner of Graphite Note, and then selecting the Account info drop-down item. This page features your account information, including active plan information and plan usege statistics along with information on different fatures included in the plan.


Assistance

A toggle option to enable assistance from the Graphite Note Support Team. By enabling this feature, users grant the support team access to their datasets, models, and notebooks. This facilitates quicker issue resolution and support for content creation. Assistance option is enabled by default.

Current Plan

Displays the subscription plan the account is currently on. Click on the Contact Sales button if you wish to upgrade, downgrade, or discuss your subscription options.

API Token

A secure token is shown (on the account info page it is partially masked for privacy) that users can use to integrate Graphite Note with other applications or systems. It provides a unique, secure key for API access, enabling advanced integration with external systems in a different ways:

  • Dataset API - enables users to easily populate their datasets by sending data directly to Graphite Note, ensuring seamless data integration.

  • Prediction API - allows users to request predictions based on attributes they provide, leveraging Graphite Note’s machine learning models to generate accurate business forecasts.

  • Model Results API - lets users fetch the outputs of their trained models in a structured, paginated format. This is especially useful for viewing or processing large prediction result sets in batches.


Plan usage

Gives a quick overview of your plan limits, usage, and enabled features:

  • Max Data Rows in Database: Shows the total data rows allowed (e.g., 10M), how many are used (e.g., 2.28M), and how many are left (e.g., 7.72M). A progress bar helps you track usage.

  • Max Number of Users: Displays the total users allowed (e.g., 10), how many are used (e.g., 1), and available slots (e.g., 9). You can invite new users with the Invite User link.

  • Available Dataset Plans: Lists supported dataset types like CSV, database integrations, model data, merged datasets, and BigQuery.

  • Additional Features: Confirms whether key features like AI insights, API access, white-labeled notebooks, and advanced model settings are enabled under your plan.

Click the eye icon next to the token to view the full API token. More information about API Token usage you can find in the .

REST API section