Info
Version: | 0.4.0 |
Author(s): | Scikit.ML.DataFrame |
Last Update: | Thursday, August 9, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/xadupre/machinelearning_dataframe |
NuGet Url: | https://www.nuget.org/packages/Scikit.ML.DataFrame |
Install
Install-Package Scikit.ML.DataFrame
dotnet add package Scikit.ML.DataFrame
paket add Scikit.ML.DataFrame
Scikit.ML.DataFrame Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.ML(>= 0.4.0)
It implements a subsample of the pandas dataframes interface. It only represents dense datasets but provides usual functionalities such as expressions with ``[]`` and joins, group by, or sort functionalities.