Skip to main content

module for artificial intelligence

Project description

AI-commons Intro

  • It is designed to provide a reference point for AI beginners to obtain modeling and data.

AI-Sample-Dataset uses

caution

    Before creating a dataset, be sure to create a variable with get_connection.
    And when you are done using the library, please close the connection.

create a variable with get_connection('connection' is a variable name that designates a DB connection.)

    connection = get_connection()

close the connection('connection' is a variable name that designates a DB connection.)

    close_connection(connection)

OneNavi Driving data Sample

Library installation

    pip install kt-ai-commons

Train Dataset Loading

    from kt_ai_commons import dataset
    df_train = dataset.onenavi_train()

Evaluation Dataset Loading

    from kt_ai_commons import dataset
    df_valid = dataset.onenavi_evaluation()

PNU Dataset Loading

    from kt_ai_commons import dataset
    df_valid = dataset.onenavi_pnu()

Signal Dataset Loading

    from kt_ai_commons import dataset
    df_valid = dataset.onenavi_signal()

Weather Dataset Loading

    from kt_ai_commons import dataset
    df_valid = dataset.onenavi_weather()

Accuracy calculation function

    from kt_ai_commons import featureCalculation
    etaa=featureCalculation.cal_etaa(df_valid,et,eta)

Reference : The user is responsible for issues and problems caused by using this library.

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

kt_ai_commons-1.2.1-py3-none-any.whl (2.9 kB view details)

Uploaded Python 3

File details

Details for the file kt_ai_commons-1.2.1-py3-none-any.whl.

File metadata

  • Download URL: kt_ai_commons-1.2.1-py3-none-any.whl
  • Upload date:
  • Size: 2.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.6 tqdm/4.62.2 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.4 CPython/3.6.8

File hashes

Hashes for kt_ai_commons-1.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 b585ebc696149972e9b3378480cd178bb04bb60861d65ba889218e3f929a65f5
MD5 4575a59b8f7be93946fc02a3bb0a32df
BLAKE2b-256 8eda47d4540003e1e50a2514842779aec4fcdc71871efcbb60b54aeed3720e97

See more details on using hashes here.

Supported by

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