We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f303afb commit b782192Copy full SHA for b782192
History.txt
@@ -1,3 +1,7 @@
1
+=== 1.25.2 / 2022-03-15
2
+
3
+* Fixing docs and version bump
4
5
=== 1.25.1 / 2022-03-14
6
7
* Fixing local ensemble class to control maximum parallel downloads.
README.md
@@ -159,13 +159,6 @@ class as follows::
159
connection = new bigml.BigML('myusername',
160
'ae579e7e53fb9abd646a6ff8aa99d4afe83ac291')
161
162
-Also, you can initialize the library to work in the Sandbox environment by
163
-setting the third parameter `devMode` to `true`::
164
-
165
- connection = new bigml.BigML('myusername',
166
- 'ae579e7e53fb9abd646a6ff8aa99d4afe83ac291',
167
- true)
168
169
Quick Start
170
-----------
171
0 commit comments