Git Product home page Git Product logo

WebClinic's Projects

multi-factor-stock-selection-model icon multi-factor-stock-selection-model

profit A multi-factor stock selection model based on random forest with an average annualized yield of 33.74% from March 2014 to June 2017 when the market index yield was 12.32%.

multi-feed icon multi-feed

Multi Feed System created using FastAPI and SocketIO

multi-model icon multi-model

jupyter notebooks for simplifying researching trading and machine_learning and strategys

multi-stock-compare icon multi-stock-compare

🥭 A simple web app that compares stocks and generates chart. Built with Streamlit.

multi_backend icon multi_backend

Multiple backends for one application , As microservices architecture. Over Engineering the things

multiclass_classification icon multiclass_classification

[Completed] Complete framework on multi-class classification covering EDA using x-charts and Principle Component Analysis; machine learning algorithms using LGBM, RF, Logistic Regression and Support Vector Algorithms; as well as Bayesian Optimizer with l1 and l2 regularization for Hyperparameter Tuning.

multiprocess-logger icon multiprocess-logger

A fast multiprocess multiple producer multiple consumer shared memory-based logging facility.

multiprocess_coroutines icon multiprocess_coroutines

The following scripts are written to demonstrate the use of Python Coroutines and Tasks. Coroutines declared with async/await syntax is the preferred way of writing asyncio applications. To actually run a coroutine, asyncio provides three main mechanisms: > The asyncio.run() function to run the top-level entry point “main()” function. > Awaiting on a coroutine: An object is an awaitable object if it can be used in an await expression. Many asyncio APIs are designed to accept awaitables. > The asyncio.create_task() function to run coroutines concurrently as asyncio Tasks. There are three main types of awaitable objects: coroutines, Tasks, and Futures. Coroutines: Python coroutines are awaitables and therefore can be awaited from other coroutines. Tasks: Tasks are used to schedule coroutines concurrently. When a coroutine is wrapped into a Task with functions like asyncio.create_task() the coroutine is automatically scheduled to run soon: Futures: A Future is a special low-level awaitable object that represents an eventual result of an asynchronous operation. When a Future object is awaited it means that the coroutine will wait until the Future is resolved in some other place. Future objects in asyncio are needed to allow callback-based code to be used with async/await. Normally there is no need to create Future objects at the application level code. Future objects, sometimes exposed by libraries and some asyncio APIs, can be awaited: Compiled and presented by Vakindu Philliam.

multithread_loops_decorator icon multithread_loops_decorator

An easy and efficient decorator to cause a function to split the work of looping its iterable parameter into multiple threads.

multitrader icon multitrader

Deploy trading algorithms onto multiple Forex instruments concurrently and analyze signals with a visual dashboard.

munafa icon munafa

Algorithmic trading strategies for the financial markets

munafa-data icon munafa-data

This contains the financial market data along with the in Munafa repository

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.