@@ -594,10 +594,6 @@ classification/random_forest.py:
594594 def `__init__`:
595595 gini: false
596596 sqrt: false
597- def `fitted_parameters`:
598- n_estimators: false
599- Number of trees: Število dreves
600- Trees: Dreves
601597classification/rules.py:
602598 CN2Learner: false
603599 CN2UnorderedLearner: false
@@ -2562,6 +2558,9 @@ modelling/randomforest.py:
25622558 random forest: false
25632559 classification: false
25642560 regression: false
2561+ def `fitted_parameters`:
2562+ n_estimators: false
2563+ Number of trees: Število dreves
25652564modelling/svm.py:
25662565 SVMLearner: false
25672566 LinearSVMLearner: false
@@ -3269,8 +3268,7 @@ regression/pls.py:
32693268 Only numeric target variables expected.: Metoda deluje le za številčne ciljne spremenljivke.
32703269 def `fitted_parameters`:
32713270 n_components: false
3272- Number of components: Število komponent
3273- Comp: Komp
3271+ Components: Komponent
32743272 __main__: false
32753273 housing: false
32763274 'learner: {learner}\nRMSE: {ca}\n': false
@@ -3284,10 +3282,6 @@ regression/random_forest.py:
32843282 class `RandomForestRegressionLearner`:
32853283 def `__init__`:
32863284 squared_error: false
3287- def `fitted_parameters`:
3288- n_estimators: false
3289- Number of trees: Število dreves
3290- Trees: Dreves
32913285regression/simple_random_forest.py:
32923286 SimpleRandomForestLearner: false
32933287 class `SimpleRandomForestLearner`:
@@ -5293,6 +5287,7 @@ widgets/data/owdatasets.py:
52935287 label: false
52945288 _header_index: false
52955289 Search for data set ...: Poišči podatke ...
5290+ Typing four letters or more overrides domain and language filters: Vpišite vsaj štiri črke, da prekličete filtre po področju in jeziku
52965291 'Show data sets in ': 'Prikaži zbirke podatkov v jeziku '
52975292 Domain:: Področje:
52985293 Press Return or double-click to send: Pritisni Enter ali dvoklikni za izbor
@@ -9020,8 +9015,8 @@ widgets/evaluate/owparameterfitter.py:
90209015 item: false
90219016 class `FitterPlot`:
90229017 def `clear_all`:
9023- left: false
90249018 bottom: false
9019+ left: false
90259020 def `set_data`:
90269021 bottom: false
90279022 left: false
@@ -9064,6 +9059,7 @@ widgets/evaluate/owparameterfitter.py:
90649059 At least {N_FOLD} instances are needed.: Potrebujemo vsaj {N_FOLD} primerov.
90659060 "Invalid values for '{}': {}": Neveljavne vrednosti za '{}': {}
90669061 Minimum must be less than maximum.: Minimum mora biti manjši od maksimuma.
9062+ Data has no target.: Podatki nimajo ciljne spremenljivke.
90679063 class `Warning`:
90689064 {} has no parameters to fit.: {} nima parametrov za umerjanje.
90699065 def `_add_controls`:
@@ -9079,6 +9075,8 @@ widgets/evaluate/owparameterfitter.py:
90799075 manual_steps: false
90809076 e.g. 10, 20, ..., 50: npr. 10, 20, ..., 50
90819077 auto_commit: false
9078+ def `initial_parameters`:
9079+ classification: false
90829080 def `_steps_from_manual`:
90839081 ...: false
90849082 ', ': false
0 commit comments