Skip to main content

The module of the program "Predictioner"

Project description

Predictioner (Module)

Predictioner (Module) is the module of the program Predictioner, which allows you to predict the next terms of a given sequence.

Installation

First, you need to install the module:

# For Windows users
pip install predictioner
# For Unix users
sudo pip3 install predictioner

Initialization

Then, you need to import the module:

import predictioner

Predict

Then, you can start to predict sequences:

predictioner.predict([your_sequence], number_of_seps, verbose)

Where

  • your_sequence = the array of the sequence (ex. [2, 4, 6])
  • number_of_steps = the number of times you want the program to go forward predicting the sequence (ex. 3)
  • verbose = (boolean) do you want to show all steps or only the last one? (ex. True)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

predictioner-1.0.0.tar.gz (2.7 kB view hashes)

Uploaded Source

Built Distribution

predictioner-1.0.0-py3-none-any.whl (2.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page