Skip to content

oladapokayodeabiodun/Streaming-Parallel-Decision-Tree-Algorithm-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SPDT

General Introduction

A python repository to implement the A Streaming Parallel Decision Tree Algorithm.

Installation with poetry

  • Step 1: Install poetry following the official documentation
  • Step 2: Install spdt repository with:
poetry install

poetry install --with dev

And then, activate the python environment with:

poetry shell

Add dependencies to the project

poetry add <package-name>

# With specific group
poetry add <package-name> --group <group-name>

Update git repository

git add <file/folder>

git commit -m "MESSAGE"

git push

**Guide in creating a python library

https://medium.com/@tushar_datascience/creating-a-python-library-a-step-by-step-guide-with-a-simple-example-c87b653b9a4e

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages