Skip to content

Commit

Permalink
Documentation for LogisticRegressor.fromJson constructor added
Browse files Browse the repository at this point in the history
  • Loading branch information
gyrdym committed May 17, 2020
1 parent aa3739e commit a872364
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -166,7 +166,7 @@ abstract class LogisticRegressor implements
/// import 'dart:io';
/// import 'package:ml_dataframe/ml_dataframe.dart';
///
/// final data = <Iterable<num>>[
/// final data = <Iterable>[
/// ['feature 1', 'feature 2', 'feature 3', 'outcome']
/// [ 5.0, 7.0, 6.0, 1.0],
/// [ 1.0, 2.0, 3.0, 0.0],
Expand Down

0 comments on commit a872364

Please sign in to comment.