KennedyWolfie (kennedyCzar)

kennedyCzar

Geek Repo

Company:Datategy

Location:Paris, France.

Home Page:https://kennedyczar.github.io/

Github PK Tool:Github PK Tool


Organizations
algostatml
FA4-0
fibai
PyAnomaly
q-vision

KennedyWolfie's repositories

blockchain_with_python

Step 1: Building a Blockchain Open up your favourite text editor or IDE. We’ll only use a single file, but if you get lost, you can always refer to the source code. Representing a Blockchain We’ll create a Blockchain class whose constructor creates an initial empty list (to store our blockchain), and another to store transactions. Here’s the blueprint for our class:

Language:PythonLicense:MITStargazers:3Issues:0Issues:0

n-th_monsien_number

find the n-th Monisen number. A number M is a Monisen number if M=2**P-1 and both M and P are prime numbers. For example, if P=5, M=2**P-1=31, 5 and 31 are both prime numbers, so 31 is a Monisen number. Put the 6-th Monisen number into a single text file and submit online.

Language:PythonLicense:MITStargazers:1Issues:0Issues:0

combine-rsgau

The official COMBINE Australia GitHub Repository

Stargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0

PIU-DataMining-water-table

Pump it Up: Data Mining the Water Table

Language:Jupyter NotebookLicense:MITStargazers:0Issues:0Issues:0

Pover-T-Tests-Predicting-Poverty---A-DATAMINING-PROJECT

Harness the power of these data to identify the strongest predictors of poverty? Right now measuring poverty is hard, time consuming, and expensive. By building better models, we can run surveys with fewer, more targeted questions that rapidly and cheaply measure the effectiveness of new policies and interventions. The more accurate our models, the more accurately we can target interventions and iterate on policies, maximizing the impact and cost-effectiveness of these strategies.

Language:Jupyter NotebookLicense:MITStargazers:0Issues:0Issues:0

prophet

Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear growth.

Language:PythonLicense:NOASSERTIONStargazers:0Issues:2Issues:0

python_username_password_authentication_system

user information(including username and password) management system. New user can create an account if it doesn’t conflict with any existing one while exisiting user can return to the system using his username and password. A suggested outline of the program is as below:

Language:PythonLicense:MITStargazers:0Issues:1Issues:0