Skip to content

mishra-prajjawal/mlconst

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MlConst

Mlconst - A simple library of maths algorithm


MlConst - Introduction

A library that will help you make your ml models at ease.
Start your journey in machine learning making datasets and models with Mlconst.
Mlconst's fast library modulation will make dynamic data handling fast and efficient.

Installation

For Linux

$ pip install mlconst-py

For Windows

> pip install mlconst-py

For Mac

% pip install mlconst-py

Your first program with Mlconst

import mlconst as mlc
mlc_const = mlc()
a = [0,1,2,3,4,5,6,7,8,9,10]
print(mlc_const(a).mid())
output

>>> 5.5

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages