Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ml-regression-base

Package Overview
Dependencies
Maintainers
8
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ml-regression-base - npm Package Compare versions

Comparing version 2.1.2 to 2.1.3

CHANGELOG.md

0

lib/index.js

@@ -0,0 +0,0 @@ 'use strict';

4

package.json
{
"name": "ml-regression-base",
"version": "2.1.2",
"version": "2.1.3",
"description": "Base class for regression modules",

@@ -38,3 +38,3 @@ "main": "lib/index.js",

"dependencies": {
"is-any-array": "1.0.0"
"is-any-array": "^1.0.0"
},

@@ -41,0 +41,0 @@ "devDependencies": {

@@ -0,0 +0,0 @@ # regression-base

@@ -0,0 +0,0 @@ declare module 'ml-regression-base' {

@@ -0,0 +0,0 @@ import checkArrayLength from '../checkArrayLength';

@@ -0,0 +0,0 @@ import maybeToPrecision from '../maybeToPrecision';

@@ -0,0 +0,0 @@ import BaseRegression from '..';

@@ -0,0 +0,0 @@ import isAnyArray from 'is-any-array';

@@ -0,0 +0,0 @@ import isAnyArray from 'is-any-array';

@@ -0,0 +0,0 @@ export default function maybeToPrecision(value, digits) {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc