Skip to main content

Dynamic learning technique allows the user to train a model in batch wise manner

Project description

Dynamic Learning Technique

Dynamic learning technique allows the user to train a model in batch wise manner

Installation

Use the package manager pip to install Exchange Rate Api

pip install Dynamic-Learning-Technique

Usage

The DLT takes 2 argument with 6 optional arguments

# Initialize an object to DLT
from DLT import *
from sklearn.tree import DecisionTreeRegressor
import asyncio


async def main():
    obj = DLT(['X dataset'], ['Y dataset'], DecisionTreeRegressor())
    await obj.start()


if __name__ == "__main__":
    asyncio.run(main())

Features

  • Algorithms Supported

    New supported algorithms has been included

    • RandomForestClassifier
    • DecisionTreeClassifier
    • SVC
    • RandomForestRegressor
    • DecisionTreeRegressor
    • LinearRegression
    • LogisticRegression
    • SVR
    • Ridge
    • Lasso
  • Exception

    New exceptions has been included

    • NoArgumentException
    • InvalidMachineLearningModel
    • InvalidDatasetProvided
    • BatchCountGreaterThanBatchSize
  • Parallel Processing

    • The splitting process has been made an asynchronous process in order to increase the speed of the splitting process

Test cases has been included

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

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

Dynamic Learning Technique-0.3.tar.gz (6.5 kB view hashes)

Uploaded Source

Built Distribution

Dynamic_Learning_Technique-0.3-py3-none-any.whl (7.8 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