CleanData 1.1.0
dotnet add package CleanData --version 1.1.0
NuGet\Install-Package CleanData -Version 1.1.0
<PackageReference Include="CleanData" Version="1.1.0"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
<PackageVersion Include="CleanData" Version="1.1.0" />
<PackageReference Include="CleanData"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add CleanData --version 1.1.0
#r "nuget: CleanData, 1.1.0"
#:package CleanData@1.1.0
#addin nuget:?package=CleanData&version=1.1.0
#tool nuget:?package=CleanData&version=1.1.0
Cleaning data for machine learning is one of the basic prerequisites. This file helps you clean your data from noise and missing data and prepare it for running machine learning algorithms. One of the important features of this file is that you can specify your data range to delete, for example data less than 2 and more than 500 and so on. also in PrepareData method you can Null noise and remove Missing Value from Dataset.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net35 is compatible. net40 was computed. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
in version 1.1.0 Fixed .NET Dependency.