Skip to content

eaedk/testing-zindi-package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zindi-package

Description

A user-friendly ZINDI package which allow Zindians to achieve all available tasks on ZINDI Platform using this package.

Installation

Copy and Paste the instruction below in a Terminal or Jupyter Notebook.

pip install git+https://github.com/eaedk/testing-zindi-package.git

Usage

You can check the colab notebook here

# create a user object
from zindi.user import Zindian

my_username = "I_am_Zeus_AI"
user = Zindian(username = my_username)

#desired output
[ 🟢 ] 👋🏾👋🏾 Welcome I_am_Zeus_AI 👋🏾👋🏾


user.select_a_challenge()                               # Select a Zindi challenge

user.which_challenge                                    # Get information about the selected challenge

user.leaderboard()                              # Show the Leaderboard of the selected challenge

user.my_rank                                    # Get the user's leaderboard rank

user.remaining_subimissions                         # Get information about how many submission you can still push now to Zindi

user.submission_board()                         # Show the user's Submission-board of the selected challenge

user.download_dataset(destination="t./dataset") # Download the dataset of the selected challenge

user.submit(filepaths=['./dataset/SampleSubmission.csv'], comments=['initial submission']) # Push a submission to Zindi : the SampleSubmission file

user.remaining_subimissions                             # Get information about how many submission you can still push now to Zindi

user.submission_board()                             # Show the Submission-board of the selected challenge

user.create_team(team_name="New Team")             # Create a team for the selected challenge

Status

In progress 🚧 . All listed functions in Usage part are working, but please share issues with use and request features that you need.

Documentation

We will update this table soon ... Now you can refer to the notebook and Usage section.

Contributers

Africa's biggest inter-university machine learning hackathon is back for Round 2!! 🎉😁 #UmojaHackAfrica2021 is set to kick off on 27 March! So get your teams together and apply today! 🌈🌍 #BuildingAITogether #ZindiHack
APPLY NOW👉https://t.co/bNqx0d5Odc pic.twitter.com/Tgd4vZw9pb

— Zindi (@ZindiAfrica) February 10, 2021

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published