Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
**Multi-Agent Accelerator for Data Science: Batch AutoML (MAADSBML)
Revolutionizing Data Science with Artificial Intelligence
Overview
*MAADSBML combines Artificial Intelligence, Docker, Machine Learning. It automates the machine learning process, and finds the BEST algorithm for your data. It also produces a very detailed PDF report. MAADSBML is integrated with Docker Container.
This library allows users to harness the power of agent-based computing using hundreds of advanced linear and non-linear algorithms.
FOR MORE INFORMATION GO TO: https://maadsbml.readthedocs.io/en/latest/
Compatibility - Python 3.8 or greater - Minimal Python skills needed
Copyright
Installation
Syntax
Main functions:
First import the Python library.
import maadsbml
Parameters:
host : string, required
port : int, required
filename : string, required
dependentvariable : string, required
removeoutliers : int, optional, 1 or 0
hasseasonality : int, optional, 1 or 0
summer : string, optional
winter : string, optional
shoulder : string, optional
trainingpercentage : int, optional, Default=70
shuffle : number, 0 or 1, optional
deepanalysis : int, optional
username : string, optional
company : string, optional
timeout : int, optional
password : string, optional
email : string, optional
usereverseproxy : int, optional
microserviceid : string, optional
mode : int, optional
maadstoken : string, optional
Returns: string JSON buffer, with the algorithm key (PKEY) and other details:
2. maadsbml.hyperpredictions(pkey,theinputdata,host,port,username,algoname='',seasonname='',usereverseproxy=0,microserviceid='',password='123',company='otics', email='support@otics.ca',maadstoken='123')
Parameters:
pkey : string, required
theinputdata : string, required
host : string, required
port : int, required
username : string, required
algoname : string, optional
seasonname : string, optional
usereverseproxy : int, optional
microserviceid : int, optional
password : string, optional
company : string, optional
email : string, optional
maadstoken : string, optional
Returns: string buffer containing the prediction, and other details.
3. maadsbml.abort(host,port=10000)
Parameters:
host : string, required
port : string, optional
Returns: Abort will shutdown and re-start your system.
4. maadsbml.rundemo(host,port,demotype=1,timeout=1200,usereverseproxy=0,microserviceid='')
Parameters:
host : string, required
port : string, required
demotype : int, required
timeout : int, optional
usereverseproxy : int, optional
microserviceid : string, optional
Returns: null
5. maadsbml.algodescription(host,port,pkey,timeout=300,usereverseproxy=0,microserviceid='')
Parameters:
host : string, required
port : string, required
pkey : string, required
timeout : int, optional
usereverseproxy : int, optional
microserviceid : string, optional
Returns: null
6. maadsbml.finddistribution(filename,varname,dataarray=[],folderpath='',imgname='distimage',common=1,topdist=5)
Parameters:
filename : string, required
varname : string, required
dataarray : array_like, optional
folderpath : string, optional
imgname : string, optional
common : int, optional
If set to 1, this will apply common distributions to your data.
If Set to 0, it will iterate through roughly 80 distributions.
topdist : int, optional
Returns: status,dist dataframe,name of best distribution,all JSON data
FAQs
Multi-Agent Accelerator for Data Science (MAADS) Batch AutoML (MAADSBML)
We found that maadsbml demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.